다음을 통해 공유


UINavigationControllerDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IUINavigationControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UINavigationControllerDelegate .

public static class UINavigationControllerDelegate_Extensions
type UINavigationControllerDelegate_Extensions = class
상속
UINavigationControllerDelegate_Extensions

설명

개발자가 인터페이스의 인스턴스를 IUINavigationControllerDelegate 원래 UINavigationControllerDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있는 확장 메서드입니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

DidShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

가 표시된 직후 viewController 에 호출된 확장 메서드입니다.

GetAnimationControllerForOperation(IUINavigationControllerDelegate, UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController)

시스템에 의해 호출되어 에 대한 전환 애니메이션을 검색합니다 operation.

GetInteractionControllerForAnimationController(IUINavigationControllerDelegate, UINavigationController, IUIViewControllerAnimatedTransitioning)

시스템에서 대화형 전환 애니메이션을 검색하기 위해 호출됩니다.

GetPreferredInterfaceOrientation(IUINavigationControllerDelegate, UINavigationController)

의 기본 인터페이스 방향을 설정하도록 재정의할 수 있습니다.

SupportedInterfaceOrientations(IUINavigationControllerDelegate, UINavigationController)

의 지원되는 방향을 동적으로 지정하도록 재정의할 수 있습니다.

WillShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

가 표시되기 직전에 시스템에서 호출됩니다.

적용 대상