如何控制 UILabels 的行距?
我在 UITableView
上使用 CustomCell
而不是 UITableViewCell
。
我在 CustomCell
上放置了两个 UILables
。
参考了这个网站: 这里 ,但我失败了......
问题:如何控制 UILabels 的行间距?
I'm using CustomCell
instead of UITableViewCell
on UITableView
.
I put two UILables
on CustomCell
.
Refered this site: here , but I failed...
Question : How can I control line spacing of UILabels?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从
iOS 6
开始,您可以为UILabel
设置属性字符串。检查以下内容:Starting from
iOS 6
you can set an attributed string to theUILabel
. Check the following :以编程方式:
SWift 4
使用标签扩展
现在调用扩展函数
或者使用标签实例(只需复制并执行此代码即可查看结果)
Swift 3
只需复制&执行此代码查看结果。
来自 Interface Builder:
Programmatically:
SWift 4
Using label extension
Now call extension function
Or using label instance (Just copy & execute this code to see result)
Swift 3
Just copy & execute this code to see result.
From Interface Builder: