iOS 101 with Swift 2
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. By Brian Moakley.
Find out what's covered in our iOS 101 video tutorial series!
Learn about the various components that create the app structure of your iOS app.
Learn 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.
Learn 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.
Learn how to use stack views to easily design user interfaces in your iOS app.
Learn 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.
Learn how to use gesture recognizers to allow users to interact with your iOS app using various touch inputs.
Learn how to use UIImagePickerController to integrate a device's camera or photo gallery into your iOS app.
Review what you've learned in our iOS 101 video tutorial series and get your final challenge!