Book Image

Swift Cookbook

By : Costa
Book Image

Swift Cookbook

By: Costa

Overview of this book

If you are an experienced Objective-C programmer and are looking for quick solutions to many different coding tasks in Swift, then this book is for you. You are expected to have development experience, though not necessarily with Swift.
Table of Contents (13 chapters)
12
Index

Introduction


It's important to know the usage of collections and standard library, mainly for those people who come from Objective-C because there are some changes here.

In this chapter, we will create some apps to use these features. After these recipes, you should have good knowledge about the Swift programming language.

As mentioned in the previous chapter, most of our recipes will be created on iOS, but you can develop them on Mac OS X if you want.