In this section, you're going to start building an iOS application with the table view controller. You'll use this skeleton application to populate the table view with all the journal entries retrieved with the RESTful API you built in Chapter 11, Designing for API Gateway. The iOS application you're going to build here will work for both Vapor and Kitura web services, since they share the same API.
Developing an iOS App for a server-side Swift application
Creating a new project
Now you can go ahead and your Xcode IDE. If you have an existing installation of Xcode, remember to check its version and upgrade it to the latest version if it's an older version. I recommend you use Xcode 10.0 or better for the...