Share via


UITabBarControllerDelegate.SupportedInterfaceOrientations Method

Definition

The supported orientations for presentation of the tab bar controller.

[Foundation.Export("tabBarControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations(UIKit.UITabBarController tabBarController);
[<Foundation.Export("tabBarControllerSupportedInterfaceOrientations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SupportedInterfaceOrientations : UIKit.UITabBarController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UITabBarController -> UIKit.UIInterfaceOrientationMask

Parameters

tabBarController
UITabBarController

Returns

Implements

Attributes

Applies to