Buch, Englisch, 313 Seiten, Paperback, Format (B × H): 178 mm x 254 mm, Gewicht: 6395 g
ISBN: 978-1-4842-2279-9
Verlag: Apress
If you have picked up this book, chances are you know a little bit about Swift Programming. With Practical Swift you’ll develop an advanced understanding of the language that will enable you to create a reference guide using Xcode Playgrounds, one you can continue to grow throughout your iOS career.
This book not only shows you how to code in a clean and concise manner, but also the why behind the code. Understanding why will be instrumental in your advancement as a Swift developer.
What You’ll learn:
- Review the evolution of Swift and the latest features in Swift 3
- Study architecture and design patterns
- Examine Protocol Oriented Programming
- Understand Swift generics
- Test Swift code
- Build an iOS App with core data from scratch
Who This Book Is For:
The primary audience for this book is developers who have started learning iOS and Swift and want to learn more of the intermediate to advanced topics available in Swift. The secondary audience is developers who have experience in iOS and Swift and want a good reference book for concepts they might already know, but are looking to re-enforce.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Section I: Building the Reference Guide
1. The Evolution of Swift
2. Xcode
3. Package Managers
4. iOS Architecture
5. Protocol Oriented Programming
6. Generics
7. iOS UT and Storyboards
8. Testing
Section II: Building the Grocery App
9. Grocery App: Interface Builder
10. Grocery App: MVVM
11. Grocery App: Core Data
12. Grocery App: The Finish Line