AFinn, 2015. — 165 p.
Swift is a wonderful language that gives you an easy entry-point into the Apple developer ecosystem. If you’ve been put off developing for OS X and iOS because of the need to learn Objective-C, now is the time to start. Swift offers a relatively smooth transition from languages like Ruby and Python. This short book offers you a whirlwind tour of Swift.
Topics included:
Running Code
Basics
Constants and Variables
Static Typing and Type Inference
Arrays
Dictionaries
Tuples
Control Flow
Optionals
Functions and Closures
Classes
Structures
Enumerations
Protocols
Extensions
Memory Management
Generics
What next?