使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果
使用方法 导入头文件,并在需要添加的 View 上调用这个方法
[self.textFiled dg_Tapped:^{
NSLog(@"点击了textFiled");
}];
有其他交流或者疑问,联系微信 DG306922428
-
Notifications
You must be signed in to change notification settings - Fork 0
使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果
License
stevendinggang/UIView-tap-runtime
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published