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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -