两种方法:
方法1:
[titleButton.currentTitle sizeWithAttributes:@{NSFontAttributeName:titleButton.titleLabel.font}].width
方法2:
文字的宽度就是按钮中label的宽度
titleButton.titleLabel.width
两种方法:
方法1:
[titleButton.currentTitle sizeWithAttributes:@{NSFontAttributeName:titleButton.titleLabel.font}].width
方法2:
文字的宽度就是按钮中label的宽度
titleButton.titleLabel.width