标签: ios7 uibutton sizetofit
我知道[UIButton sizeToFit]在IOS 6中有效。但它在IOS7中不起作用。 所以我想知道如何通过IOS 7中的文本自动调整UIButton的大小。 我在网上搜索但没有找到正确的答案。 任何提示都会受到赞赏。
答案 0 :(得分:0)
您可以[yourButton.titleLabel sizeToFit];
[yourButton.titleLabel sizeToFit];