UIKit.UIViewController.ViewWillAppear Method
Called prior to the UIViewController.View being added to the view hierarchy.

Syntax

[Foundation.Export("viewWillAppear:")]
public virtual void ViewWillAppear (bool animated)

Parameters

animated
If the appearance will be animated.

Remarks

This method is called prior to the UIKit.UIView that is this UIKit.UIViewController’s UIViewController.View property being added to the display UIKit.UIView hierarchy.

Application developers who override this method must call base.ViewWillAppear() in their overridden method.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0