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 3. A TodoList App in Swift

After playing in the first two chapters, it's now time to move on to something different—exploring how to implement a utility app and solving the most common problems you face during the development of an iOS app.

This will be a really dense chapter, because we'll cover several problems, such as AutoLayout, interactions between ViewControllers, using third-party libraries without getting mad, configuring the project, and handling library dependencies.