iphone - How to expand the hitTest area of a UIButton ...
2015-12-11 · 1、扩大UIButton的响应热区. 相信大家都遇到小图button点击热区太小问题,之前我是用UIButton的 setImage 方法来设置图片解决,但是调起坐标就坑了,得各种计算不说,写出的代码还很难看不便于维护,如果我们用用 hit-test view 的知识你就能轻松地解决这个问题。. 重载UIButton的 - (BOOL)pointInside: withEvent: 方法,让Point即使落在Button的Frame外围也返回YES。. - …
Get Price