IUITabBarControllerDelegate Interface

Definition

Interface representing the required methods (if any) of the protocol UITabBarControllerDelegate.

[Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))]
public interface IUITabBarControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITabBarControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by UITabBarControllerDelegate.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the UITabBarControllerDelegate protocol.

Optional methods (if any) are provided by the UITabBarControllerDelegate_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

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.

GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.

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.

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.

Applies to