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,我在其中使用 touchesbegan 事件,但我意识到一旦我将手指放在它上面,touchesBegan 事件需要大约 1 或 2 秒才能触发。我怎样才能更快地做到这一点?
谢谢!!!
在尝试了一些东西之后,我意识到延迟只发生在自定义 UIButtons 上。如果我使用常规 UIView 子类“模拟”一个按钮,我会得到正确的行为。