Welcome to section three of this book. With your user interface complete, you will then add code to implement your app's functionality. To display your data in a grid, you will use collection views, and to display your data in a list, you will use table views. You will also look at how to add basic and custom annotations to a map. After that, you will look at what an Application Programming Interface (API) is, and how you can get actual restaurant data into your collection views, table views, and map. Next, you will add code that allows users to add restaurant reviews and photos, and to rate a restaurant. Finally, you'll make restaurant reviews and photos persistent, using Core Data.
This part comprises the following chapters:
- Chapter 13, Getting Started with MVC and Collection Views
- Chapter 14, Getting Data into Collection Views
- Chapter 15, Getting...