1. 程式人生 > >UIImageView新增UIButton時,按鈕點選事件無效

UIImageView新增UIButton時,按鈕點選事件無效

UIImageView的userInteractionEnabled預設為no。

所以新增上去的按鈕都無法響應點選。

解決方法:UIImageView的userInteractionEnabled設定為yes