TouchAreaInsets 1.1.0

TouchAreaInsets 1.1.0

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新发布2017年9月

Suyeol Jeon维护。



  • 作者:
  • Suyeol Jeon

UIView的触摸区域扩展

概览

以下代码扩展了按钮的触摸区域20个像素。

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

安装

pod 'TouchAreaInsets'

许可证

TouchAreaInsets遵循MIT许可证。有关更多信息,请参阅LICENSE文件。