Swift Cheat Sheet: Quick Reference Guide to Any Concept of The Swift Programming Language
Goodreads简介
- This book has covered the latest version 2.2 of Swift. Using Xcode 7.3.
- Use this book as a quick reference guide (like a cheat sheet) for Swift programming language. Access any topic inside a chapter in just one tap.
- For beginners and for dummies, this book is a step-by-step guide to understanding object-oriented programming with Swift.
- If you are an experienced developer who knows at least one modern programming language well, then this book is designed to teach you how to think and program in Swift Programming language.
- Each topic is covered with clear and concise examples for Swift programming language using Playground.
I hope you find this book to be a useful and worthy addition to your library. I've had a great time writing it. Hopefully you'll have a great time reading and learning two major programming languages of Apple. I will keep updating this book to make it much simpler and more productive. Thank you for purchasing a copy!
-Amit Chaudhary, 25th June 2016
Chapters Covered in this
1. Basics
2. Constants
3. Variables
4. Data Types
5. Operators
6. String and Characters
7. Control Flow
8. Collection Types (Arrays, Sets, and Dictionaries)
9. Functions
10. Enumerators
11. Structures
12. Classes
13. Properties
14. Subscripts
15. Methods
16. Inheritance
17. Initializers
18. Deallocation
19. Protocols
20. Extensions
21. Automatic Reference Count
22. Type Casting/ Type Checking
23. Error Handling