Link Search Menu Expand Document

BarButtonItem.Style

The system close button.

public enum Style: Int 

Inheritance

Int

Enumeration Cases

plain

Glows when tapped. The default item style.

case plain

bordered

A simple button style with a border.

@available(*, unavailable)
    case bordered

done

The style for a done button — for example, a button that completes some task and returns to the previous view.

case done