iOS 设置button文字过长而显示省略号的解决办法
UIButton * button =[UIButton buttonWithType:UIButtonTypeCustom];
button.titleLabel.adjustsFontSizeToFitWidth = YES;
UIButton * button =[UIButton buttonWithType:UIButtonTypeCustom];
button.titleLabel.adjustsFontSizeToFitWidth = YES;