Swift in Depth
eBook - ePub

Swift in Depth

,
  1. 376 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Swift in Depth

,
Book details
Table of contents
Citations

About This Book

Summary Now updated for Swift 5! Swift is more than just a fun language to build iOS applications with. It features a host of powerful tools that, if effectively used, can help you create even better apps with clean, crystal-clear code and awesome features. Swift in Depth is designed to help you unlock these tools and quirks and get developing next-gen apps, web services, and more! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology It's fun to create your first toy iOS or Mac app in Swift. Writing secure, reliable, professional-grade software is a different animal altogether. The Swift language includes an amazing set of high-powered features, and it supports a wide range of programming styles and techniques. You just have to roll up your sleeves and learn Swift in depth. About the Book Swift in Depth guides you concept by concept through the skills you need to build professional software for Apple platforms, such as iOS and Mac; also on the server with Linux. By following the numerous concrete examples, enlightening explanations, and engaging exercises, you'll finally grok powerful techniques like generics, efficient error handling, protocol-oriented programming, and advanced Swift patterns. Author Tjeerd in 't Veen reveals the high-value, difficult-to-discover Swift techniques he's learned through his own hard-won experience. What's inside

  • Covers Swift 5
  • Writing reusable code with generics
  • Iterators, sequences, and collections
  • Protocol-oriented programming
  • Understanding map, flatMap, and compactMap
  • Asynchronous error handling with ResultBest practices in Swift


About the Reader Written for advanced-beginner and intermediate-level Swift programmers. About the Author Tjeerd in 't Veen is a senior software engineer and architect in the mobile division of a large international banking firm. Table of Contents

  • Introducing Swift in depth
  • Modeling data with enums
  • Writing cleaner properties
  • Making optionals second nature
  • Demystifying initializers
  • Effortless error handling
  • Generics
  • Putting the pro in protocol-oriented programming
  • Iterators, sequences, and collections
  • Understanding map, flatMap, and compactMap
  • Asynchronous error handling with Result
  • Protocol extensions
  • Swift patterns
  • Delivering quality Swift code
  • Where to Swift from here

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Swift in Depth by in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2018
ISBN
9781638356165

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgements
  6. About this Book
  7. Chapter 1. Introducing Swift in depth
  8. Chapter 2. Modeling data with enums
  9. Chapter 3. Writing cleaner properties
  10. Chapter 4. Making optionals second nature
  11. Chapter 5. Demystifying initializers
  12. Chapter 6. Effortless error handling
  13. Chapter 7. Generics
  14. Chapter 8. Putting the pro in protocol-oriented programming
  15. Chapter 9. Iterators, sequences, and collections
  16. Chapter 10. Understanding map, flatMap, and compactMap
  17. Chapter 11. Asynchronous error handling with Result
  18. Chapter 12. Protocol extensions
  19. Chapter 13. Swift patterns
  20. Chapter 14. Delivering quality Swift code
  21. Chapter 15. Where to Swift from here
  22. Index
  23. List of Figures
  24. List of Listings