devxoul / TouchAreaInsets

Expand UIView touch area just like a charm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TouchAreaInsets

Build Status CocoaPods

Touch area insets for UIView.

At a Glance

The code below expands button's touch area for 20px.

let button = UIButton()
button.touchAreaInsets = UIEdgesInsets(top: 20, left: 20, bottom: 20, right: 20)

Installation

pod 'TouchAreaInsets'

License

TouchAreaInsets is under MIT license. See the LICENSE file for more info.

About

Expand UIView touch area just like a charm

License:MIT License


Languages

Language:Objective-C 53.9%Language:Swift 31.2%Language:Ruby 14.9%