If you enjoyed this book, you may be interested in these other books by Packt:
Mastering Swift 5 - Fifth Edition
Jon Hoffman
ISBN: 978-1-78913-986-0
- 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
Swift Protocol-Oriented Programming - Fourth Edition
Jon Hoffman
ISBN: 978-1-78934-902-3
- Learn the differences between object-oriented programming and protocol-oriented...