UIViewController.DefinesPresentationContext 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다른 UIViewController를 표시할 때 이 UIViewController가 View 표시되는지 여부를 지정합니다.
public virtual bool DefinesPresentationContext { [Foundation.Export("definesPresentationContext")] get; [Foundation.Export("setDefinesPresentationContext:")] set; }
member this.DefinesPresentationContext : bool with get, set
속성 값
기본값은 false
입니다.
- 특성
설명
애플리케이션이 뷰를 표시하는 경우(즉, , PresentModalViewController(UIViewController, Boolean)또는 PresentMoviePlayerViewController(MPMoviePlayerViewController)사용PresentViewController(UIViewController, Boolean, Action)) iOS는 프레젠테이션에서 이 메서드를 호출합니다UIViewController. 이 메서드가 를 반환 false
하는 경우 iOS는 에서 이 메서드를 호출합니다 ParentViewController. 체인 true
반환에 가 없 UIViewController 으면 제공된 UIViewController 가 루트 UIViewController 컨텍스트를 사용하여 표시됩니다.