1.字体适应UIButton大小字体
UIButton *btn = [[UIButton alloc]init];it
btn.titleLable.adjustsFontSizeToFitWidth = YES;ab