Mastering Swift 4 – Fourth Edition: An in-depth and comprehensive guide on modern programming techniques with Swift
Dive into the latest release of the Swift programming language with this advanced development book for building highly performant applications.
This book is for developers who want to delve into the newest version of Swift. If you are a developer who learns best by looking at and working with code, then this book is for you. A basic understanding of Apple’s tools is beneficial but not mandatory.
Swift is the definitive language for Apple development today. It’s a vital part of any iOS and macOS
Chapter 1. Taking the First Steps with Swift
Chapter 2. Learning about Variables, Constants, Strings, and Operators
Chapter 3. Using Swift Collections and the Tuple Type
Chapter 4. Control Flow and Functions
Chapter 5. Classes and Structures
Chapter 6. Using Protocols and Protocol Extensions
Chapter 7. Protocol-Oriented Design
Chapter 8. Writing Safer Code with Availability and Error Handling
Chapter 9. Custom Subscripting
Chapter 10. Using Optional Types
Chapter 11. Working with Generics
Chapter 12. Working with Closures
Chapter 13. Using Mix and Match
Chapter 14. Concurrency and Parallelism in Swift
Chapter 15. Swift Formatting and Style Guide
Chapter 16. Swift Core Libraries
Chapter 17. Adopting Design Patterns in Swift