UIButton扩大响应区域

一、问题

我们在开发iOS应用时经常遇到UIButton点击时不能响应或者多次才能响应事件的情况,这主要是因为UIButton的响应区域太小。

二、解决方法

1. 创建UIButton拓展分类

(1) git clone https://git.oschina.net/famiover/iOSPubCode.git

(2) cd btnEnlargeEdge

2. 调用方法

[btn setEnlargeEdge:25.0];


你可能感兴趣的:(UIButton,多次响应,不能影响事件)