我可以减小 iphone tableview header 的字体大小吗
我需要减小表视图标题的字体大小。我的字符串值有点长,不适合标题。所以计划缩小尺寸。任何人都知道如何减小大小,以便我可以将字符串添加到表视图标题中。
提前致谢, 世宾
I need to reduce the font size of the table view header. My string value is a little bit longer and it doesnot fit in to the header. so planning to reduce the size. Any one knows how to reduce the size, so that i can add the string to my table view header.
Thanks in advance,
Shibin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您当前如何在表视图标题中设置字符串?
我想您正在将表格的标题视图设置为 UILabel 对象:
您可以像上面那样设置标签的字体吗?
How do you currently set the string in your table view's header?
I'd imagine you are setting your table's header view to a UILabel object:
Can you just set the label's font as above?