Chapter 10. Collections, searching, sorting, and tab bars

This chapter covers

  • Sorting and filtering data
  • Displaying data in more-customizable layouts
  • Using a tab bar to navigate between scenes

It’s one thing to simply display and edit your data; it’s another to do something with it—sort it, search it, or display it in a more visually interesting way.

In this chapter, you’ll extend your Bookcase app. You’ll add the ability to sort and search the books data, and you’ll display the books in a more customized grid layout. You’ll add a tab bar to navigate between the table view of books and your new grid view of books.

Specifically, we’ll explore

  • Sorting the data— You’ll explore sorting your data and giving the user the ability to select ...

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.