Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我创建一个UILabel,设置它text并调用,在顶部和顶部sizeToFit之间仍然有一个小的垂直间隙。如何消除垂直间隙,或计算它以便我可以自己扩展和消除它?textUILabelbounds-[UILabel drawTextInRect:]
UILabel
text
sizeToFit
bounds
-[UILabel drawTextInRect:]
我制作了一个小型测试应用程序来演示垂直空间问题。
iOS 会为所有字体创建合成前导,即使是那些没有在字体文件中指定前导的字体。
实现这一点的唯一方法是自己绘制标签文本。