[iphone]设置UIButton上字体的对齐方式

设置UIButton上字体的对齐方式,不是用: [payWayButton.titleLabel setTextAlignment:UITextAlignmentCenter]; 而是用: [payWayButton setContentHorizontalAlignment:UIControlContentHorizontalAlignmentCenter];
原文地址:https://www.cnblogs.com/wanyakun/p/3403323.html