UIViewController.ViewWillDisappear(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called prior to the removal of the UIViewthat is this UIViewController’s View from the display UIView hierarchy.
[Foundation.Export("viewWillDisappear:")]
public virtual void ViewWillDisappear (bool animated);
abstract member ViewWillDisappear : bool -> unit
override this.ViewWillDisappear : bool -> unit
Parameters
- animated
- Boolean
If the appearance will be animated.
- Attributes