TouchAreaInsets 1.1.0× 测试已测试✗ Lang语言 Obj-CObjective C许可证 MIT 发布最新发布2017年9月由Suyeol Jeon维护。安装指南×TouchAreaInsets的安装指南您希望在Podfile中添加类似以下的内容: pod 'TouchAreaInsets', '~> 1.1'target 'MyApp' do pod 'TouchAreaInsets', '~> 1.1' end然后在终端中运行pod install,或从CocoaPods.app运行。或者,为了进行测试运行,运行以下命令:pod try TouchAreaInsets查看PodspecGitHub仓库CocoaPods.org页面TouchAreaInsets 1.1.0作者:Suyeol Jeondevxoul/TouchAreaInsetsGitHub仓库 UIView的触摸区域扩展 概览 以下代码扩展了按钮的触摸区域20个像素。 let button = UIButton() button.touchAreaInsets = UIEdgesInsets(top: 20, left: 20, bottom: 20, right: 20) 安装 pod 'TouchAreaInsets' 许可证 TouchAreaInsets遵循MIT许可证。有关更多信息,请参阅LICENSE文件。