UIButton如何显示titleLabel的text

Apple这个设计有点怪,很多时候设置UIButton的titleLabel都会很不觉意使用

button.titleLabel.text = @"测试按钮";

但发现并没有改变其属性,之后在万能的stackoverflow找到了答案

http://stackoverflow.com/questions/16656964/uibutton-titlelabel-not-displaying

UIButton如何显示titleLabel的text_第1张图片
Paste_Image.png

希望以后的版本会有所改进。-_-!

你可能感兴趣的:(UIButton如何显示titleLabel的text)