如何防止uilabel文本缩小?
我在 uilabel 上显示数字并使用计时器来更新文本,例如倒计时.. 我正在使用这种字体来显示时间,如液晶时钟
[CountdownLabel setFont:[UIFont fontWithName:@"DBLCDTempBlack" size:48.0]];
我在这方面面临两个问题。
- 使用此字体,数字之间的点(:)比数字小。
- 倒计时时数字会缩小,假设如果有 1,然后出现 0,则数字会变大。标签的作用就像增加该特定数字的字体。
我想要 uilabel 上的以下内容。
- 数字周围的发光效果。
- 防止收缩(注意-我已经禁用了标签的“调整以适合”属性)
我也想知道是否还有其他可用的字体来显示文本,例如 数字时钟。 最后是大家的请求。 有没有一种方法可以使用数字图像来运行倒计时器。
这是我想要的图像
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.
- using this font the dots(:) between the digits is smaller than the digits.
- 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.
- a glow effect around the digits.
- 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论