iOS设置UIButton文字对齐方式和边距
按钮垂直对齐方式@property(nonatomic) UIControlContentVerticalAlignment contentVerticalAlignment;typedef NS_ENUM(NSInteger, UIControlContentVerticalAlignment) { UIControlContentVerticalAlignmentCenter ...