Share via


IUITabBarControllerDelegate Interface

Definition

This interface represents the Objective-C protocol UITabBarControllerDelegate.

[Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectViewController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ViewControllerSelected", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, Selector="tabBarController:didSelectViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OnCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]) }, Selector="tabBarController:willBeginCustomizingViewControllers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OnEndCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="tabBarController:willEndCustomizingViewControllers:changed:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="tabBarController:didEndCustomizingViewControllers:changed:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SupportedInterfaceOrientations", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, ReturnType=typeof(UIKit.UIInterfaceOrientationMask), Selector="tabBarControllerSupportedInterfaceOrientations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPreferredInterfaceOrientation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, ReturnType=typeof(UIKit.UIInterfaceOrientation), Selector="tabBarControllerPreferredInterfaceOrientationForPresentation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetInteractionControllerForAnimationController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.IUIViewControllerAnimatedTransitioning) }, ReturnType=typeof(UIKit.IUIViewControllerInteractiveTransitioning), Selector="tabBarController:interactionControllerForAnimationController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAnimationControllerForTransition", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController), typeof(UIKit.UIViewController) }, ReturnType=typeof(UIKit.IUIViewControllerAnimatedTransitioning), Selector="tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectTab", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UITab) }, Selector="tabBarController:didSelectTab:previousTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetOperationForAcceptingItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.IUIDropSession) }, ReturnType=typeof(UIKit.UIDropOperation), Selector="tabBarController:tab:operationForAcceptingItemsFromDropSession:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AcceptItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.IUIDropSession) }, Selector="tabBarController:tab:acceptItemsFromDropSession:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, Selector="tabBarControllerWillBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, Selector="tabBarControllerDidEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="VisibilityDidChangeForTabs", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab[]) }, Selector="tabBarController:visibilityDidChangeForTabs:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DisplayOrderDidChangeForGroup", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabGroup) }, Selector="tabBarController:displayOrderDidChangeForGroup:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDisplayedViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UIViewController[]) }, ReturnType=typeof(UIKit.UIViewController[]), Selector="tabBarController:displayedViewControllersForTab:proposedViewControllers:")]
public interface IUITabBarControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectViewController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ViewControllerSelected", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, Selector="tabBarController:didSelectViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetInteractionControllerForAnimationController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.IUIViewControllerAnimatedTransitioning) }, ReturnType=typeof(UIKit.IUIViewControllerInteractiveTransitioning), Selector="tabBarController:interactionControllerForAnimationController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAnimationControllerForTransition", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController), typeof(UIKit.UIViewController) }, ReturnType=typeof(UIKit.IUIViewControllerAnimatedTransitioning), Selector="tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectTab", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UITab) }, Selector="tabBarController:didSelectTab:previousTab:")]
public interface IUITabBarControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectViewController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ViewControllerSelected", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, Selector="tabBarController:didSelectViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OnCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]) }, Selector="tabBarController:willBeginCustomizingViewControllers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OnEndCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="tabBarController:willEndCustomizingViewControllers:changed:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedCustomizingViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="tabBarController:didEndCustomizingViewControllers:changed:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SupportedInterfaceOrientations", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, ReturnType=typeof(UIKit.UIInterfaceOrientationMask), Selector="tabBarControllerSupportedInterfaceOrientations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPreferredInterfaceOrientation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, ReturnType=typeof(UIKit.UIInterfaceOrientation), Selector="tabBarControllerPreferredInterfaceOrientationForPresentation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetInteractionControllerForAnimationController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.IUIViewControllerAnimatedTransitioning) }, ReturnType=typeof(UIKit.IUIViewControllerInteractiveTransitioning), Selector="tabBarController:interactionControllerForAnimationController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAnimationControllerForTransition", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController), typeof(UIKit.UIViewController) }, ReturnType=typeof(UIKit.IUIViewControllerAnimatedTransitioning), Selector="tabBarController:animationControllerForTransitionFromViewController:toViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectTab", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UITab) }, Selector="tabBarController:didSelectTab:previousTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetOperationForAcceptingItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.IUIDropSession) }, ReturnType=typeof(UIKit.UIDropOperation), Selector="tabBarController:tab:operationForAcceptingItemsFromDropSession:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AcceptItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.IUIDropSession) }, Selector="tabBarController:tab:acceptItemsFromDropSession:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, Selector="tabBarControllerWillBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController) }, Selector="tabBarControllerDidEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="VisibilityDidChangeForTabs", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab[]) }, Selector="tabBarController:visibilityDidChangeForTabs:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DisplayOrderDidChangeForGroup", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabGroup) }, Selector="tabBarController:displayOrderDidChangeForGroup:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDisplayedViewControllers", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UIViewController[]) }, ReturnType=typeof(UIKit.UIViewController[]), Selector="tabBarController:displayedViewControllersForTab:proposedViewControllers:")>]
type IUITabBarControllerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectViewController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ViewControllerSelected", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController) }, Selector="tabBarController:didSelectViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetInteractionControllerForAnimationController", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.IUIViewControllerAnimatedTransitioning) }, ReturnType=typeof(UIKit.IUIViewControllerInteractiveTransitioning), Selector="tabBarController:interactionControllerForAnimationController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAnimationControllerForTransition", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UIViewController), typeof(UIKit.UIViewController) }, ReturnType=typeof(UIKit.IUIViewControllerAnimatedTransitioning), Selector="tabBarController:animationControllerForTransitionFromViewController:toViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectTab", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab) }, ReturnType=typeof(System.Boolean), Selector="tabBarController:shouldSelectTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITab), typeof(UIKit.UITab) }, Selector="tabBarController:didSelectTab:previousTab:")>]
type IUITabBarControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
AcceptItemsFromDropSession(UITabBarController, UITab, IUIDropSession)
DidBeginEditing(UITabBarController)
DidSelectTab(UITabBarController, UITab, UITab)
DisplayOrderDidChangeForGroup(UITabBarController, UITabGroup)
FinishedCustomizingViewControllers(UITabBarController, UIViewController[], Boolean)

Indicates that the customization sheet was dismissed.

GetAnimationControllerForTransition(UITabBarController, UIViewController, UIViewController)

Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.

GetDisplayedViewControllers(UITabBarController, UITab, UIViewController[])
GetInteractionControllerForAnimationController(UITabBarController, IUIViewControllerAnimatedTransitioning)

Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.

GetOperationForAcceptingItemsFromDropSession(UITabBarController, UITab, IUIDropSession)
GetPreferredInterfaceOrientation(UITabBarController)

The preferred orientation for presentation of the tab bar controller.

OnCustomizingViewControllers(UITabBarController, UIViewController[])

Indicates that the tab bar customization sheet is about to be displayed.

OnEndCustomizingViewControllers(UITabBarController, UIViewController[], Boolean)

Indicates that the tab bar customization sheet is about to be dismissed.

ShouldSelectTab(UITabBarController, UITab)
ShouldSelectViewController(UITabBarController, UIViewController)

Whether the specified UIViewController should be made active.

SupportedInterfaceOrientations(UITabBarController)

The supported orientations for presentation of the tab bar controller.

ViewControllerSelected(UITabBarController, UIViewController)

Indicates that the app user selected an item from the tab bar.

VisibilityDidChangeForTabs(UITabBarController, UITab[])
WillBeginEditing(UITabBarController)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
AcceptItemsFromDropSession(IUITabBarControllerDelegate, UITabBarController, UITab, IUIDropSession)
DidBeginEditing(IUITabBarControllerDelegate, UITabBarController)
DidSelectTab(IUITabBarControllerDelegate, UITabBarController, UITab, UITab)
DisplayOrderDidChangeForGroup(IUITabBarControllerDelegate, UITabBarController, UITabGroup)
FinishedCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

Indicates that the customization sheet was dismissed.

GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)

Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.

GetDisplayedViewControllers(IUITabBarControllerDelegate, UITabBarController, UITab, UIViewController[])
GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.

GetOperationForAcceptingItemsFromDropSession(IUITabBarControllerDelegate, UITabBarController, UITab, IUIDropSession)
GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)

The preferred orientation for presentation of the tab bar controller.

OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])

Indicates that the tab bar customization sheet is about to be displayed.

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

Indicates that the tab bar customization sheet is about to be dismissed.

ShouldSelectTab(IUITabBarControllerDelegate, UITabBarController, UITab)
ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)

Whether the specified UIViewController should be made active.

SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)

The supported orientations for presentation of the tab bar controller.

ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)

Indicates that the app user selected an item from the tab bar.

VisibilityDidChangeForTabs(IUITabBarControllerDelegate, UITabBarController, UITab[])
WillBeginEditing(IUITabBarControllerDelegate, UITabBarController)

Applies to