Contents

willMove(toWindow:)

Tells the view that its window object is about to change.

Declaration

func willMove(toWindow newWindow: UIWindow?)

Parameters

  • newWindow:

    The window object that will be at the root of the receiver’s new view hierarchy. This parameter may be nil.

Discussion

The default implementation of this method does nothing. Subclasses can override it to perform additional actions whenever the window changes.

See Also

Observing view-related changes