From the course: iOS App Development: RESTful Web Services

What you should know - iOS Tutorial

From the course: iOS App Development: RESTful Web Services

Start my 1-month free trial

What you should know

- [Instructor] To get the most out of this course, you should already be fairly comfortable with Swift 4 and Xcode in general. Having experience with network development, including the URL loading system and URLSession or similar, would be helpful. A couple of courses you might want to check out beforehand are Swift 4 Essential Training and iOS Network Development using URLSession and Alamofire. In this course, we won't go over how the server side is specifically implemented, but how our code can query the server from an iOS app as a client. I'll be using Xcode throughout the videos, and you shouldn't need any other tools. We do have a server to run the queries against, and we'll be using that in various exercises during the course.

Contents