IUITabBarControllerDelegate 인터페이스

정의

프로토콜 UITabBarControllerDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))]
public interface IUITabBarControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITabBarControllerDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UITabBarControllerDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UITabBarControllerDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UITabBarControllerDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

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)

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

적용 대상