beforeEventDispatch
A phase that runs before standard event handlers.
Declaration
class var beforeEventDispatch: UIUpdateActionPhase { get }Discussion
This phase runs before UIEvent and UIGestureRecognizer handlers run for standard events. Use this phase to prepare resources and data structures necessary to process user input events.