绘制 UILabel 时的填充
我想知道当我们绘制标签时添加的默认顶部/底部填充是什么,我们可以完全摆脱这个填充吗?
I want to know what is the default top/bottom padding which gets added when we draw a label, and can we get rid of this padding completely?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UILabel 垂直居中显示任何文本。如果您想要减少填充,请降低标签的高度。
UILabel vertically centers whatever text it's displaying. If you want less padding, decrease the height of your label.