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.
我想让标签显示自己并将其中的字符串适合标签宽度。换句话说。我使用属性 adjustsLetterSpacingToFitWidth 来做到这一点。但是字符串仍然显示在标签的左侧。为什么?有没有其他解决方案可以做到这一点?
听起来你想要:
[myLabel sizeToFit];
看看这个答案,看看它是否有帮助。