UIKit.UIViewController.ViewDidDisappear Method

This method is called after the UIKit.UIViewthat is this UIKit.UIViewController’s UIViewController.View property is removed from the display UIKit.UIView hierarchy.

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

Syntax

[Foundation.Export("viewDidDisappear:")]
public virtual void ViewDidDisappear (bool animated)

Parameters

animated
true if the disappearance was animated.

Remarks

Requirements

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