Skip to content

使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果

License

Notifications You must be signed in to change notification settings

stevendinggang/UIView-tap-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIView-tap-runtime

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

About

使用 runtime 为 UIView 添加一个点击手势,使得所有的继承 UIView 的控件轻松添加点击效果

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published