iOS button 事件不响应

第一种情况:

button是不是在self.tabBarController.tabBar的位置上面,如果是则改成

[self.tabBarController.view addSubview:button];

第二种情况:

.....

原文地址:https://www.cnblogs.com/lsh1234/p/6542446.html