iOS 101 with Swift 2
Sep 1 2015 · Video Course (1 hr, 40 mins) · Beginner
This series walks you through making your first few iOS apps, and covers the most important concepts you’ll use in the video tutorials to come; things like Storyboards, Auto Layout, common UIKit controls, and more. This series uses Swift 2 and is an update to our older iOS 101 series.
Version
- Swift 2


App Structure
11:40Learn about the various components that create the app structure of your iOS app.
Interface Builder
11:29Learn how to use interface builder to create user interfaces in your iOS app.
Learn about some of the many UIKit controls you'll be using to create your iOS app.
Storyboards and Segues
13:24Learn how to use storyboards to set up your view controllers, create relationships between them with segues, and refactor them with references.
Learn the basics of Auto Layout so your iOS app will look stunning no matter what device/screen size is used to display it.
Table Views
7:55Learn how to create a table view, an excellent way to provide lots of information in your iOS app.
Learn how to use navigation view controllers to provide an easy way to explore content in your iOS app.
Touch Control
8:04Learn how to use gesture recognizers to allow users to interact with your iOS app using various touch inputs.
Cameras and Pickers
7:03Learn how to use UIImagePickerController to integrate a device's camera or photo gallery into your iOS app.
Conclusion
4:00Review what you've learned in our iOS 101 video tutorial series and get your final challenge!
Comments