CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Sep 2017 |
Maintained by Suyeol Jeon.
Touch area insets for UIView.
The code below expands button's touch area for 20px.
let button = UIButton()
button.touchAreaInsets = UIEdgesInsets(top: 20, left: 20, bottom: 20, right: 20)pod 'TouchAreaInsets'TouchAreaInsets is under MIT license. See the LICENSE file for more info.