Contents

init(view:actionTarget:selector:)

Creates a UI update link for the specified view using the specified target and action.

Declaration

init(view: UIView, actionTarget target: Any, selector: Selector)

Discussion

This initializer adds the action to the beforeCADisplayLinkDispatch phase. To specify a different phase, use addAction(to:handler:) or addAction(to:target:selector:) instead.

See Also

Creating a UI update link