Share via


UITabBarControllerDelegate_Extensions.SupportedInterfaceOrientations Method

Definition

The supported orientations for presentation of the tab bar controller.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations(this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SupportedInterfaceOrientations : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController -> UIKit.UIInterfaceOrientationMask

Parameters

tabBarController
UITabBarController

Returns

Attributes

Applies to