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.
所以我有两个 UITapGestureRecognizer 一个用于单击,另一个用于双击。但是,当我双击时,也会触发单击动作手势识别器。有没有办法禁用此功能,以便双击仅调用双击操作?
尝试
[singleTap requireGestureRecognizerToFail:doubleTap];