Chapter 9. Tables and navigation

This chapter covers

  • Displaying data in single-column tables
  • Adding, editing, and deleting rows
  • Adding navigation to other scenes
  • Passing data between scenes

Most useful apps display dynamic information in one form or another. If you have a list of items to display, Apple provides a convenient object for you to use called a table view.

In this chapter, you’ll create the first scene of the Bookcase app you’ve been working on. This scene will show a list of all the books the user enters into the app. When the user adds or edits a book record, they’ll navigate to the bookcase form you’ve worked on in previous chapters.

In this chapter, you’ll explore

  • Table views and table view controllers—Table views manage ...

Get iOS Development with Swift 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.