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

php - URL redirection after form submitted without inherited params -

c# - ReportViewer control - axd url -

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