如何防止uilabel文本缩小?

发布于 2024-08-09 05:40:10 字数 627 浏览 3 评论 0原文

我在 uilabel 上显示数字并使用计时器来更新文本,例如倒计时.. 我正在使用这种字体来显示时间,如液晶时钟

[CountdownLabel setFont:[UIFont fontWithName:@"DBLCDTempBlack" size:48.0]];

我在这方面面临两个问题。

  1. 使用此字体,数字之间的(:)比数字小。
  2. 倒计时时数字会缩小,假设如果有 1,然后出现 0,则数字会变大。标签的作用就像增加该特定数字的字体。

我想要 uilabel 上的以下内容。

  1. 数字周围的发光效果。
  2. 防止收缩(注意-我已经禁用了标签的“调整以适合”属性)

我也想知道是否还有其他可用的字体来显示文本,例如 数字时钟。 最后是大家的请求。 有没有一种方法可以使用数字图像来运行倒计时器。

这是我想要的图像

标签

i am showing digits on uilabel and using timer to update text something like counting down..
i am using this font to show time like lcd clock

[CountdownLabel setFont:[UIFont fontWithName:@"DBLCDTempBlack" size:48.0]];

i am facing two problems in this.

  1. using this font the dots(:) between the digits is smaller than the digits.
  2. the digits shrinks while counting down suppose if there is 1 and after it comes 0 then digit become large.and label acts like it increasing the font of that specific digit.

i want following things on uilabel.

  1. a glow effect around the digits.
  2. prevent shrinking(note-i have disabled the Adjust To Fit property of label)

also i want to know if there is any other font available than this to show text like
digital clock.
and finally a request from all of you.
is there a way to run countdown timer using images of digits.

here is an image what i want

Label

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文