Create a View Controller for Displaying the Book records.
Query the iCloud repository to retrieve all user books.
Implement Table View to Display the books.
Setting Up Display View Controller
If you recall, we have set up a Tab View Controller with three tabs, “Display,” “Add Book,” and “Search.” We will ...