Advanced Swift
A Programming, Computer Science, Science book. Solid coverage of most of the trickier features of the Swift programming...
Advanced Swift takes you through Swift's features, from low-level programming to high-level abstractions.In this book, we'll write about advanced concepts in Swift programming. If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).
Download or read Advanced Swift in PDF formats. You may also find other subjects related with Advanced Swift.
- Filetype: PDF
- Pages: 362 pages
- ISBN: 9781523831715 / 0
rkSqeJ2Iwb.pdf
More About Advanced Swift
This book is very technical, but it does provide a good foundation into the advanced features of Swift. Reader be warned that you'll need to have been clued up Apple's Swift Programming Guide because I felt myself having to jump between that and a few resources on the Internet. This is truly not a bad thing as it gets you to sell out... Solid coverage of most of the trickier features of the Swift programming language. Each chapter focuses on one area "Collections", "Error Handling", "Generics", Protocols", etc. and dives into it more deeply than Apple's (also excellent) books do.Some chapters stay general-purpose and cover the different components and uses of the feature... This book covers all the bases. I think some of the examples could have been better.