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.
我的头卡在这里了。
我有一个UIView 向该视图添加了点击手势(没有点击=1)在这个手势上即时调用方法 - callTap()
将 UIButton 作为子视图添加到该 uiview。此按钮有一个选择器方法 - callClick()
当我点击按钮时 callTap() 被调用而不是 callClick()
我想知道这种行为背后的原因。并且很想摆脱这个。
您的问题似乎与回答得很好的这个问题相似。
具有 UITapGestureRecognizer 的视图内的 UIButton