Share via


UITabBarItemPositioning Enum

Definition

An enumeration whose values specify how a UITabBarItem is positioned.

[ObjCRuntime.Native]
public enum UITabBarItemPositioning
[<ObjCRuntime.Native>]
type UITabBarItemPositioning = 
Inheritance
UITabBarItemPositioning
Attributes

Fields

Name Value Description
Automatic 0

The item positioning is controlled by the user interface idiom.

Fill 1

The tab bar items are distributed across the width of the tab bar. Default value on iPhone.

Centered 2

The tab bar items are centered in the tab bar. Default on iPad.

Applies to

See also