UIAlertViewDelegate.Presented(UIAlertView) Method

Definition

Indicates that this UIAlertView has been presented to the application user.

[Foundation.Export("didPresentAlertView:")]
public virtual void Presented (UIKit.UIAlertView alertView);
abstract member Presented : UIKit.UIAlertView -> unit
override this.Presented : UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView
Attributes

Applies to