Chapter 1, Getting Familiar with Xcode, takes you through a tour of Xcode and talks about all the different panels that we will use throughout the book.
Chapter 2, Building a Foundation with Swift, deals with the basics of Swift.
Chapter 3, Building on the Swift Foundation, teaches us to build on our Swift foundation and learn some further basics of Swift.
Chapter 4, Digging Deeper into Swift, talks about ranges and control flow.
Chapter 5, Digging into Swift Collections, talks about the different types of collections.
Chapter 6, Starting the UI Setup, is about building the Let's Eat app. We will focus on getting our structure set up using storyboards.
Chapter 7, Setting Up the Basic Structure, deals with working on our Let's Eat app in a storyboard.
Chapter 8, Building Our App Structure in Storyboard, is about adding more to our app structure in a storyboard.
Chapter 9, Finishing Up Our App Structure in Storyboard, concludes the discussion of our app structure in a storyboard.
Chapter 10, Designing Cells, is about designing the table and collection view cells in a storyboard.
Chapter 11, Getting Started with the Grid, concerns working with Collection Views and how we can use them to display a grid of items.
Chapter 12, Getting Data into Our Grid, concerns the incorporation of data into our Collection Views.
Chapter 13, Getting Started with the List, teaches us to work with Table Views and takes an in-depth look at dynamic Table Views.
Chapter 14, Where Are We?, deals with working with MapKit and learning how to add annotations to a map. We will also create custom annotations for our map.
Chapter 15, Working with an API, involves learning how to use a JSON API within our app.
Chapter 16, Displaying Data in Restaurant Detail, teaches you how to pass data using segues.
Chapter 17, Foodie Reviews, talks about working with the phone's camera and library.
Chapter 18, Working with Photo Filters, takes a look at how to apply filters to our photos.
Chapter 19, Understanding Core Data, teaches us the basics of using core data.
Chapter 20, Saving Reviews, wraps up reviews by saving them using core data.
Chapter 21, Universal, deals with multitasking on the iPad, and how we can get an update to be supported on all devices.
Chapter 22, iMessages, is about building a custom message app UI. We will also create a framework to share data between both apps.
Chapter 23, Notifications, provides instruction on how to build basic notifications. Then, we will look at embedding images into our notifications as well as building a custom UI.
Chapter 24, SiriKit, teaches the reader how to use Siri to create money requests.
Chapter 25, Beta and Store Submission, concerns how to submit apps for testing as well as submitting apps to the App Store.