Enumeration: UITouchPhase
Overview
The phase of a finger touch.
Constant Summary
- UITouchPhaseBegan
A finger for a given event touched the screen.available in ios 2.0 and later.declared in uitouch.h.
- UITouchPhaseMoved
A finger for a given event moved on the screen.available in ios 2.0 and later.declared in uitouch.h.
- UITouchPhaseStationary
A finger is touching the surface but hasn't moved since the previous event.available in ios 2.0 and later.declared in uitouch.h.
- UITouchPhaseEnded
A finger for a given event was lifted from the screen.available in ios 2.0 and later.declared in uitouch.h.
- UITouchPhaseCancelled
The system cancelled tracking for the touch, as when (for example) the user puts the device to his or her face.available in ios 2.0 and later.declared in uitouch.h.