Link Search Menu Expand Document

TableView.Style

public enum Style: Int 

Inheritance

Int

Enumeration Cases

plain

A plain table view.

case plain

group

A table view where sections have distinct groups of rows.

case group

insetGrouped

A table view where the grouped sections are inset with rounded corners.

case insetGrouped