Mastering Swift 5 - Helion
Tytuł oryginału: Mastering Swift 5
ISBN: 9781789132731
stron: 358, Format: ebook
Data wydania: 2019-04-30
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
Harness the power of the latest edition with this in-depth and comprehensive guide to the Swift language
Key Features
- Fifth edition of this bestselling book, improved and updated to cover the latest version of the Swift 5 programming language
- Get to grips with popular and modern design techniques to write easy-to-manage Swift code
- Learn how to use core Swift features such as concurrency, generics, and copy-on-write in your code
Book Description
Over the years, the Mastering Swift book has established itself amongst developers as a popular choice as an in-depth and practical guide to the Swift programming language. The latest edition is fully updated and revised to cover the new version: Swift 5.
Inside this book, you'll find the key features of Swift 5 easily explained with complete sets of examples. From the basics of the language to popular features such as concurrency, generics, and memory management, this definitive guide will help you develop your expertise and mastery of the Swift language.
Mastering Swift 5, Fifth Edition will give you an in-depth knowledge of some of the most sophisticated elements in Swift development, including protocol extensions, error handling, and closures. It will guide you on how to use and apply them in your own projects.
Later, you'll see how to leverage the power of protocol-oriented programming to write flexible and easier-to-manage code. You will also see how to add the copy-on-write feature to your custom value types and how to avoid memory management issues caused by strong reference cycles.
What you will learn
- Understand core Swift components, including operators, collections, control flows, and functions
- Learn how and when to use classes, structures, and enumerations
- Understand how to use protocol-oriented design with extensions to write easier-to-manage code
- Use design patterns with Swift, to solve commonly occurring design problems
- Implement copy-on-write for you custom value types to improve performance
- Add concurrency to your applications using Grand Central Dispatch and Operation Queues
- Implement generics to write flexible and reusable code
Who this book is for
This book is for developers who want to delve into the newest version of Swift. If you are a developer and learn best by looking at and working with code, then this book is for you. A basic understanding of Apple's tools would be beneficial but not mandatory. All examples should work on the Linux platform as well.
Osoby które kupowały "Mastering Swift 5", wybierały także:
- Tworzenie aplikacji dla iOS we Flashu. Receptury 79,00 zł, (39,50 zł -50%)
- iOS 5. Programowanie. Receptury 119,00 zł, (59,50 zł -50%)
- Java ME. Tworzenie zaawansowanych aplikacji na smartfony 58,98 zł, (29,49 zł -50%)
- Android na tablecie. Receptury 99,00 zł, (74,25 zł -25%)
- Learn C Programming from Scratch 118,19 zł, (98,10 zł -17%)
Spis treści
Mastering Swift 5. Deep dive into the latest edition of the Swift programming language - Fifth Edition eBook -- spis treści
- 1. Taking the First Steps with Swift
- 2. Learning about Variables, Constants, Strings and Operators
- 3. Optional Types
- 4. Using Swift Collections
- 5. Control Flow
- 6. Functions
- 7. Classes, Structures, and Protocols
- 8. Using Protocols and Protocol Extensions
- 9. Protocol Oriented Design
- 10. Generics
- 11. Availability and Error Handling
- 12. Custom Subscripting
- 13. Working with Closures
- 14. Concurrency and Parallelism in Swift
- 15. Custom Types
- 16. Memory Management
- 17. Swift Formatting and Style Guider
- 18. Adopting Design Patterns in Swift