Contents

tabBarControllerSupportedInterfaceOrientations(_:)

Called to allow the delegate to provide the complete set of supported interface orientations for the tab bar controller.

Declaration

optional func tabBarControllerSupportedInterfaceOrientations(_ tabBarController: UITabBarController) -> UIInterfaceOrientationMask

Parameters

  • tabBarController:

    The tab bar controller that is asking the delegate object for the supported interface orientations.

Return Value

One of the UIInterfaceOrientationMask constants that represents the set of interface orientations supported by the tab bar controller.

See Also

Related Documentation

Overriding view rotation settings