I can't seem to see what exactly a section is. I know what a row is in UITableViewController, but what is a section. Is it a separate piece of information? I'm a beginner and couldn't find a clear answer anywhere else on the web.
Asked
Active
Viewed 548 times
-3
-
Rows can be grouped into sections. You table must have at least 1 section, but you could have sections for each letter in a list of contacts or each date in an event listing – Paulw11 Jun 20 '16 at 22:44
1 Answers
1
A section is a group of rows. For example, in the settings app, different rows are grouped into sections.
Sections can have titles and allow for information to be broken apart.

Jack Cable
- 57
- 4