兩種方法:
方法1:
[titleButton.currentTitle sizeWithAttributes:@{NSFontAttributeName:titleButton.titleLabel.font}].width
方法2:
文字的寬度就是按鈕中l(wèi)abel的寬度
titleButton.titleLabel.width
兩種方法:
方法1:
[titleButton.currentTitle sizeWithAttributes:@{NSFontAttributeName:titleButton.titleLabel.font}].width
方法2:
文字的寬度就是按鈕中l(wèi)abel的寬度
titleButton.titleLabel.width