/**这是你从网上学来的技巧,很强大。所以取名STrongButton */ #import /**切记字体不能太大,否则将无法正常显示!!! */ @interface STButton : UIButton /**专门给选择题库用的。子标题 */ @property(nonatomic,copy)NSString* subTitle; /**用style来区分按钮的布局。 报名的按钮style为1. tabbar按钮的style为2 */ @property(assign)int style; //对上面subTitle的补充,主要是用于驾考社区的驾校按钮 -(void)setSubTitle:(NSString *)subTitle Font:(CGFloat)ft color:(UIColor*)col; @end