1.字體適應UIButton大小字體
UIButton *btn = [[UIButton alloc]init];it
btn.titleLable.adjustsFontSizeToFitWidth = YES;ab