Contents

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)

See Also

Adding actions