2019年3月11日
摘要: 也是写一个分类 #import <UIKit/UIKit.h> @interface UIControl (FMGControl) @property (assign, nonatomic) NSTimeInterval acceptEventInterval; @end 下面是.m文件 #impo 阅读全文
posted @ 2019-03-11 21:31 大圣ios博客 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 写一个UIButton的分类 #import <UIKit/UIKit.h> @interface UIButton (EnlargeEdge) - (void)setEnlargeEdge:(CGFloat) size; - (void)setEnlargeEdgeWithTop:(CGFloat 阅读全文
posted @ 2019-03-11 21:23 大圣ios博客 阅读(304) 评论(0) 推荐(0) 编辑