Enumeration: UITableViewStyle
Overview
The style of the table view.
Constant Summary
- UITableViewStylePlain
A plain table view. any section headers or footers are displayed as inline separators and float when the table view is scrolled.available in ios 2.0 and later.declared in uitableview.h.
- UITableViewStyleGrouped
A table view whose sections present distinct groups of rows. the section headers and footers do not float.available in ios 2.0 and later.declared in uitableview.h.