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일 수 있습니다.

특성

적용 대상