Contents

isNavigational

A Boolean value that indicates whether the item behaves as a navigation item in the toolbar.

Declaration

var isNavigational: Bool { get set }

Discussion

Mark a toolbar item as navigation if you use it to navigate around your content. When you set this property to true, the system can position navigation items outside of the normal list of items in the toolbar. For example, the back and forward buttons in Finder windows are navigational, and the system positions them at the leading edge of the window’s title area. Specify the initial order of the items using the toolbarDefaultItemIdentifiers(_:) method of the toolbar delegate object.

See Also

Getting the item’s configuration