UIlabel 文本的样式与“设置”面板中的字体相同
如何设置 UILabel 文本的样式,如下面的文本(使用 titleForFooterInSection
创建)?
How do you style a UILabel text like the text below (created using titleForFooterInSection
)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用下面的,您可能需要更改颜色和大小的值,尝试使用两者的不同2组合。
请参阅 UILabel 文档。
http://developer.apple.com/库/ios/#documentation/uikit/reference/UILabel_Class/Reference/UILabel.html
Use the below , you might need to alter the values of color and Size, Try with different-2 combination of both..
See the UILabel Documentation.
http://developer.apple.com/library/ios/#documentation/uikit/reference/UILabel_Class/Reference/UILabel.html