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

프레젠테이션에 애니메이션 효과를 주는지 여부를 결정하는 부울입니다.

특성

적용 대상