addAction(to:target:selector:)
Adds an action with the specified target and selector to the UI update link for a particular UI update phase.
Declaration
func addAction(to phase: UIUpdateActionPhase, target: Any, selector: Selector)Adds an action with the specified target and selector to the UI update link for a particular UI update phase.
func addAction(to phase: UIUpdateActionPhase, target: Any, selector: Selector)