Swift Essentials
- Length: 202 pages
- Edition: 1
- Language: English
- Publisher: Packt Publishing
- Publication Date: 2014-12-19
- ISBN-10: 1784396702
- ISBN-13: 9781784396701
- Sales Rank: #6442318 (See Top 100 Books)
Get up and running lightning fast with this practical guide to building applications with Swift
About This Book
- Rapidly learn how to program Apple’s newest programming language, Swift, from the basics through to working applications
- Create graphical iOS applications using Xcode and storyboard
- Build a network client for GitHub repositories, with full source code on GitHub
Who This Book Is For
Whether you are a seasoned Objective-C developer or new to the Xcode platform, Swift Essentials will provide you with all you need to know to get started with the language. Prior experience with iOS development is not necessary, but will be helpful to get the most out of the book.
In Detail
Swift is a new and powerful programming language that represents an essential new programming tool for iOS and OSX applications and builds upon the power of Objective-C while streamlining the developer experience.
Swift Essentials is a fast-paced, practical guide showing you the quickest way to put Swift to work in the real world. It guides you concisely through the basics of syntax and development before pushing ahead to explore Swift’s higher features through practical programming projects.
By the end of the book, you will be able to use Xcode’s graphical interface builder, create interactive applications, and communicate with network services.
Table of Contents
Chapter 1: Exploring Swift
Chapter 2: Playing with Swift
Chapter 3: Creating an iOS Swift App
Chapter 4: Storyboard Applications with Swift and iOS
Chapter 5: Creating Custom Views in Swift
Chapter 6: Parsing Networked Data
Chapter 7: Building a Repository Browser