X

The Swift Apprentice Second Edition: Beginning programming with Swift 3

Product ID : 16461943


Galleon Product ID 16461943
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
11,800

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About The Swift Apprentice Second Edition: Beginning

Learn How To Program with Swift 3! Swift is the easiest way to get started developing on Apple's platforms: iOS, OS X, watchOS and tvOS. With the release of Swift 3 in 2016, the Swift language is packed with even more features and enhancements. In this book, you'll learn the basics of Swift from getting started with playgrounds to simple operations to building your own types. Everything you'll learn is platform-neutral; you'll have a firm understanding of Swift by the end of this book, and you'll be ready to move on to whichever app platform you're interested in. Who This Book Is For: This book is for complete beginners to Swift 3. No prior programming experience is necessary! Topics Covered in The Swift Apprentice Playground basics: Learn about the coding environment where you can quickly and easily try out your code as you learn. Numbers and strings: These are the basic kinds of data in any app – learn how to use them in Swift. Making Decisions: Your code doesn't always run straight through – learn how to use conditions and decide what to do. Functions: Group your code together into reusable chunks to run and pass around. Collection Types: Discover the many ways Swift offers to store and organize data into collections. Building Your Own Types: Learn how to model elements in your app using classes, structures and enumerations. Protocols & Protocol-Oriented Programming: Define protocols to make your code more interface-based and compositional. Error Handling: Make your code more robust and flexible by signaling and handling error conditions gracefully. Functional Programming: Learn how to use Swift in a functional style and how this can make your code clearer and easier to reason about. After reading this book and completing your Swift apprenticeshi