UITabBarControllerDelegate_Extensions 클래스

정의

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

public static class UITabBarControllerDelegate_Extensions
type UITabBarControllerDelegate_Extensions = class
상속
UITabBarControllerDelegate_Extensions

설명

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

메서드

FinishedCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

사용자 지정 시트가 해제되었음을 나타냅니다.

GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)

비대화형 전환 중에 사용되는 UIViewControllerAnimatedTransitioning을 검색합니다.

GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

대화형 전환 중에 사용되는 UIViewControllerInteractiveTransitioning을 검색합니다.

GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)

탭 표시줄 컨트롤러를 표시하기 위한 기본 방향입니다.

OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])

탭 표시줄 사용자 지정 시트가 표시될 예정임을 나타냅니다.

OnEndCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

탭 표시줄 사용자 지정 시트가 해제될 예정임을 나타냅니다.

ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)

지정된 UIViewController를 활성화해야 하는지 여부입니다.

SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)

탭 표시줄 컨트롤러의 프레젠테이션에 지원되는 방향입니다.

ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)

앱 사용자가 탭 표시줄에서 항목을 선택했음을 나타냅니다.

적용 대상