####前几天在写项目的时候,有两个需求,一个是一个按钮不能在短时间内重复点击,另一个需求是扩大按钮的点击区域。 ####使用很简单,导入项目中的两个uibutton的category。 ####1,增加按钮点击间隔时间 self.yourButton.acceptEventInterval=5; ####2,扩大按钮点击区域 [self.yourButton setEnlargeEdgeWithTop:30 right:30 bottom:30 left:30];
forked from wubianxiaoxian/SKFUIbuttoncategory
-
Notifications
You must be signed in to change notification settings - Fork 0
yt19860606/SKFUIbuttoncategory
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 100.0%