Contents

init(tabBarSystemItem:tag:)

Creates a tab bar item using a system-provided configuration.

Declaration

convenience init(tabBarSystemItem systemItem: UITabBarItem.SystemItem, tag: Int)

Parameters

  • systemItem:

    The preferred system item. For possible values, see Systemitem.

  • tag:

    An integer you use to identify the object.

Discussion

You can’t change the title and image properties of an item this method creates.

See Also

Creating a tab bar item