型プロパティ
sidebar
サイドバーのリストの動作と外観を描写するリストスタイル。
宣言
static var sidebar: SidebarListStyle { get }
Self が SidebarListStyle の場合に使用できます。
議論
macOS および iOS では、サイドバーリストスタイルにより、セクションヘッダ内に開示するインジケータが表示され、ユーザはセクションを折りたたんだり展開したりできます。
以下も見よ
組み込みのリストスタイル
static var automatic: DefaultListStyle
プラットフォームのデフォルトの動作とリストの外観を描写するリストスタイル。
Self が DefaultListStyle の場合に使用できます。
static var bordered: BorderedListStyle
標準の境界を持つリストの動作と外観を描写するリストスタイル。
Self が BorderedListStyle の場合に使用できます。
static func bordered(alternatesRowBackgrounds: Bool) -> BorderedListStyle
標準の境界を持つリストの動作と外観を描写するリストスタイル。
Self が BorderedListStyle の場合に使用できます。
static var carousel: CarouselListStyle
回転するリストスタイル。
Self が CarouselListStyle の場合に使用できます。
static var elliptical: EllipticalListStyle
楕円形のリストの動作と外観を描写するリストスタイル。
Self が EllipticalListStyle の場合に使用できます。
static var inset: InsetListStyle
挿入されたリストの動作と外観を描写するリストスタイル。
Self が InsetListStyle の場合に使用できます。
static var insetGrouped: InsetGroupedListStyle
挿入されたグループ化リストの動作と外観を描写するリストスタイル。
Self が InsetGroupedListStyle の場合に使用できます。
static var plain: PlainListStyle
プレーンなリストの動作と外観を描写するリストスタイル。
Self が PlainListStyle の場合に使用できます。