ios - What is the touches canceled event, and how is it different from touches ended -


i don't understand apple means touches canceled event , how called.

i'm not sure tim addressed question i'll take shot @ it.

touchescanceled called when os needs interrupt user. gives chance clean whatever you've been doing in touchesbegan , touchesmoved.

more specifically, called when user puts phone his/her face turning screen off, or if notification incoming call or new text message occurs.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -