static var automatic: DefaultListStyle
The list style that describes a platform’s default behavior and appearance for a list.
Available when
Self
is DefaultListStyle
.static var bordered: BorderedListStyle
The list style that describes the behavior and appearance of a list with standard border.
Available when
Self
is BorderedListStyle
.static func bordered(alternatesRowBackgrounds : Bool) -> BorderedListStyle
The list style that describes the behavior and appearance of a list with standard border.
Available when
Self
is BorderedListStyle
.static var elliptical: EllipticalListStyle
The list style that describes the behavior and appearance of an elliptical list.
Available when
Self
is EllipticalListStyle
.static var grouped: GroupedListStyle
The list style that describes the behavior and appearance of a grouped list.
Available when
Self
is GroupedListStyle
.static var inset: InsetListStyle
The list style that describes the behavior and appearance of an inset list.
Available when
Self
is InsetListStyle
.static var insetGrouped : InsetGroupedListStyle
The list style that describes the behavior and appearance of an inset grouped list.
Available when
Self
is InsetGroupedListStyle
.static func inset(alternatesRowBackgrounds : Bool) -> InsetListStyle
The list style that describes the behavior and appearance of an inset list with optional alternating row backgrounds.
Available when
Self
is InsetListStyle
.static var plain: PlainListStyle
The list style that describes the behavior and appearance of a plain list.
Available when
Self
is PlainListStyle
.static var sidebar: SidebarListStyle
The list style that describes the behavior and appearance of a sidebar list.
Available when
Self
is SidebarListStyle
.