Book Image

Swift by Example

By : Giordano Scalzo
Book Image

Swift by Example

By: Giordano Scalzo

Overview of this book

Table of Contents (15 chapters)

Chapter 4. A Pretty Weather App

In the previous chapter, when we developed the To-do list, we mentioned that a connection with a remote server was the tool that was missing from the common iOS developer tool set we were covering.

In this chapter, we are going to fill this gap, showing you how to retrieve data from two different remote services.

We'll also implement an app that solves a real problem using most of the techniques that we have already seen in the previous chapter.