Skip to content

a category of UIControl which can expand the touch area

License

Notifications You must be signed in to change notification settings

HarrisHan/ExpandTouchArea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpandTouchArea

Expand the touch area

How to use?

Edit your Podfile with

pod 'ExpandTouchArea', '~>1.0.0'

Without CocoaPods

  1. Add the ExpandTouchArea.h and ExpandTouchArea.m file to your project
  2. Follow the demo project to code right
  3. And it should work!