Chapter 12
Creating a Complete Project
IN THIS CHAPTER
Getting acquainted with the app
Creating an app from scratch
Running the app on your iPhone
In the previous chapters of this book, I show you the various components of SwiftUI and explain how it enables you to build compelling iOS applications quickly and easily. My approach has always been to examine the various parts of SwiftUI using independent examples so that you can easily jump into a specific topic of interest and start learning. However, nothing beats learning how to build a complete working application from start to finish, complete with deploying the app onto a real device. And that’s exactly what you do in this chapter: Build a complete app from start to finish, and then see how to deploy it onto an iPhone.
Understanding What the App Does
In Chapter 6, I show you how to create a navigation and tabbed application. The app you’ll build in this chapter makes use of the knowledge you acquire in Chapter 6 to build a complete news reader application (so if you haven’t read Chapter 6 yet, you’ll probably want to do that now).
The app you’ll build in this chapter is a news reader. The app has two tabs — one for showing ...
Get SwiftUI For Dummies 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.