共用方式為


UIViewController.DismissViewController(Boolean, Action) 方法

定義

關閉呈現的檢視控制器。

[Foundation.Export("dismissViewControllerAnimated:completion:")]
public virtual void DismissViewController (bool animated, Action completionHandler);
abstract member DismissViewController : bool * Action -> unit
override this.DismissViewController : bool * Action -> unit

參數

animated
Boolean

布林值,決定轉換是否要產生動畫效果。

completionHandler
Action

動畫完成時要叫用的方法。

這個參數可以是 null

屬性

適用於