Login required for access
In order to watch this lesson, you'll need to login to the website.
How to Implement UITableView Sections Intelligently
Contacts
Creating a nicely sectioned list of items in a UITableView can be tricky for beginners getting into iOS development. For today's video, we'll build a simple Contacts-like application where names are placed in groups. In order to accomplish this, we will use a simple two dimensional array to provide our list with these groups. Doing so allows us to just use our IndexPath objects to easily select the correct name.

Comments (3)
7 years ago
7 years ago
7 years ago
HELP & SUPPORT