2019-05-04ios 中在UIview中添加UIview A子控件,之后在UIview A子控件上添加一个UIbutton控件,UIbutton控件(callBtn)不能响应点击事件

ios 中在UIview中添加UIview A子控件,之后在UIview A子控件上添加一个UIbutton控件,UIbutton控件(callBtn)不能响应点击事件[callBtn addTarget:self action:@selector(CallBtnClick) forControlEvents:UIControlEventTouchUpInside]。

我把UIview A子控件的userInteractionEnabled设置为YES之后也不行,检查了各个控件的frame也没有问题,想要问问各位有没有遇见过类似的问题?感谢~

你可能感兴趣的:(2019-05-04ios 中在UIview中添加UIview A子控件,之后在UIview A子控件上添加一个UIbutton控件,UIbutton控件(callBtn)不能响应点击事件)