viewDidHide()
Invoked when the view is hidden, either directly, or in response to an ancestor being hidden.
Declaration
func viewDidHide()Discussion
The view receives this message when its isHiddenOrHasHiddenAncestor property changes from false to true. This happens when the view or an ancestor is marked as hidden, or when the view or an ancestor is inserted into a new view hierarchy.