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.
我只是不明白苹果的触摸取消事件是什么意思以及它是如何调用的。
我不确定蒂姆是否解决了你的问题,所以我会试一试。
当操作系统需要中断用户时调用 touchesCanceled。它使您有机会清理您在 touchesBegan 和 touchesMoved 中所做的任何事情。
更具体地说,当用户将手机放在他/她的脸上关闭屏幕时,或者如果出现来电或新短信等通知时,就会调用它。