Contents

items

An array of navigation items managed by the navigation bar.

Declaration

var items: [UINavigationItem]? { get set }

Discussion

The bottom item is at index 0, the back item is at index n-2, and the top item is at index n-1, where n is the number of items in the array.

See Also

Pushing and popping items