Book Image

Learning Swift 2 [Video]

By : Victor Sigler
Book Image

Learning Swift 2 [Video]

By: Victor Sigler

Overview of this book

<p>Swift 2 generates faster code across the board, both for release and debug builds. With Swift programmers having half as many code as other code files to maintain and zero manual code synchronization, Swift has experienced unprecedented growth in popularity among developers. In this course, we'll explore the MVC and Singleton design patterns, you'll see how to consume third-party APIs using asynchronous requests, and we'll look at some of the most used controls in iOS development.</p> <p>This course provideS all you need to know to develop iOS and OS X applications. You'll take a tour of the fundamental concepts, and learn how to develop iOS, tvOS, watchOS, and OS X applications.</p> <p>We'll kickstart your learning skills as you work with one of the most used dependency managers in iOS, Cocoapods, to install third-party libraries such as Alamofire and SwiftyJSON to deal with JSON and networking requests. You'll see how to structure your project with the MVC design pattern and implement a second view controller to display data and details of your application. It doesn’t end there, as we'll also explore Swift in Linux and the new Package Manager.</p> <p>This course will teach you the main steps in the build process of an application, giving you the skills you need to create your own applications.&nbsp;</p> <h1>Style and Approach</h1> <p>This step-by-step tutorial lays out each task on screen and explains it practically in detail so it's easy to follow and implement. All the key elements of the language are demonstrated with code examples.</p>
Table of Contents (6 chapters)
Chapter 3
Start Building the App
Content Locked
Section 1
Setting Up our Project
Setting up the new project using XCode - Main objectives about the project - Requirements of the project - Every project must be created before developing it. The aim of this video is to set up the new project using XCode and introduce it to the objective of the project.