viewDidMoveToWindow()
Notifies the view that it moved to a new window.
Declaration
func viewDidMoveToWindow()Discussion
When subclassing, you can override this method and use it to perform any tasks associated with the change. You must call super at some point during your implementation.