iPhone设置捆绑,有什么办法可以改变字体吗?
我的settings.bundle中有一个切换开关,并且title属性不适合,因为文本太大,有什么方法可以减小字体大小,或者有换行符吗?
以下是该问题的屏幕截图:
注意:这实际上不是我的应用程序,但我正在工作,imageshack 被阻止了,所以我无法上传东西。但基本上我的问题是,文本“旋转锁定”对我来说较大,并且不适合,导致它看起来像“我非常非常长的文本......”
I have in my settings.bundle a toggle switch, and the title property does not fit, because the text is too big, is there any way to reduce the font size, or have a line break?.
Here is a screenshot of the issue:
(source: useyourloaf.com)
Note: This is actually not my app, but I am at work and imageshack is blocked so I cannot upload something. But basically my problem is that the text "Rotation Lock", is something larger for me and it does not fit causing it to look like "My very very long tex...."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的。根据设置应用程序架构参考 ,没有允许更改字体大小的键。
作为解决方法,我建议缩短标签文本,使其适合可用空间,并且仍然能为用户提供信息。
It's not possible. As per Settings Application Schema Reference, a key allowing changes of font size is not available.
As a workaround, I'd suggest to shorten your label text so it fits available space and is still informative for the user.