摘要:
- (void)setHighlighted:(BOOL)highlighted{ // 只要重写了此方法,按钮就无法进入highlighted状态 } 阅读全文
摘要:
@interface welcomeLabel : UILabel +(void)setTopTipLabelWithFrame:(CGRect)frame name:(NSString *)name andNavController:(UINavigationController *)nav; @ 阅读全文