ios - when trigger gesture cancel state? -


the apple doc says

a recognizer continuous gesture can transition changed canceled (uigesturerecognizerstatecancelled) if decides gesture no longer fits expected pattern.

i want know when recognizer cancel state.for example, there's rotate gesture in view, if left 1 finger, gesture still in changed state, why not in cancel state?

cancel reserved instance system cancels gesture (for example, uialertview shown while gesture active, or user double taps home button show used apps list).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -