Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经检查以确保按钮在顶部并且连接了正确的插座。在要调用的 IBAction 方法中设置了一个断点,当我按下 UIButton 时它没有被调用。有任何想法吗?
谢谢!
检查以确保该按钮所在的视图已启用用户交互。
我的错误,我在子视图上做了一个 po,它在视图后面。这可以解释为什么它没有得到触摸事件。