共用方式為


UIViewController.DismissModalViewController(Boolean) 方法

定義

關閉接收者提交的強制回應檢視控制器。

[Foundation.Export("dismissModalViewControllerAnimated:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DismissViewController (bool, NSAction)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DismissModalViewController (bool animated);
abstract member DismissModalViewController : bool -> unit
override this.DismissModalViewController : bool -> unit

參數

animated
Boolean

判斷是否要以動畫顯示簡報的布林值。

屬性

適用於