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 并且希望在这个视图中有一个 UIButton 来响应内部的触摸。目前 UIButton 下方的手势似乎干扰了内部的触摸。
任何建议都会很棒。
谢谢。
你必须用它requireGestureRecognizerToFail:来解决你的问题。
requireGestureRecognizerToFail:
看到这个。