init(windowScene:actionTarget:selector:)
Creates a UI update link for the specified window using the specified target and action.
Declaration
init(windowScene: UIWindowScene, 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.