Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 352 Bytes

UIView-tap-runtime

使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果 使用方法 导入头文件,并在需要添加的 View 上调用这个方法
[self.textFiled dg_Tapped:^{ NSLog(@"点击了textFiled"); }]; 有其他交流或者疑问,联系微信 DG306922428