© Wallace Wang 2019
Wallace WangBeginning iPhone Development with Swift 5https://doi.org/10.1007/978-1-4842-4865-2_14

14. Using Table Views

Wallace Wang1 
(1)
San Diego, CA, USA
 
Table views are one of the most common user interface objects for displaying large amounts of information in a list of rows. The Mail and Photos apps use table views to let users scroll through information. Table views appear to create an endless list because the moment the user scrolls up or down, new data constantly appears to take its place. Table views consist of cells that contain one or more objects such as labels or image views as shown in Figure 14-1.
../images/329781_5_En_14_Chapter/329781_5_En_14_Fig1_HTML.jpg
Figure 14-1

A table ...

Get Beginning iPhone Development with Swift 5: Exploring the iOS SDK now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.