Contents

viewDidMoveToSuperview()

Informs the view that its superview has changed (possibly to nil).

Declaration

func viewDidMoveToSuperview()

Discussion

The default implementation does nothing; subclasses can override this method to perform whatever actions are necessary.

See Also

Responding to View-Related Notifications