摘要:
也是写一个分类 #import <UIKit/UIKit.h> @interface UIControl (FMGControl) @property (assign, nonatomic) NSTimeInterval acceptEventInterval; @end 下面是.m文件 #impo 阅读全文
摘要:
写一个UIButton的分类 #import <UIKit/UIKit.h> @interface UIButton (EnlargeEdge) - (void)setEnlargeEdge:(CGFloat) size; - (void)setEnlargeEdgeWithTop:(CGFloat 阅读全文