Book Image

Swift Cookbook

By : Cecil Costa, Cecil Costa
Book Image

Swift Cookbook

By: Cecil Costa, Cecil Costa

Overview of this book

Table of Contents (18 chapters)
Swift Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
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.