Xcode 7 Todo Tutorial. This episode adds a new view controller that will add new todo items. here we connect the view controller communicate with the TodoManager Singleton.
Xcode 7 Swift Todo App tutorial. This tutorial covers the Table view cell accessory. Here you will add and remove the checkmark while updating the Todo items completed property to match.
Xcode Swift TableView Tutorial. The goal here is to add some view controllers to the app. In this tutorial I'll add two views, one to add new todo items, and another to show details of a todo. We w...
Xcode 7 Swift 2 Weather app. In this episode we will look at the URL and escaping strings to be used in the URL query string. To make this work we will use a function with a name that is as long as...
The fifth video in a series of videos creating a weather app with Xcode 7 and Swift 2. This video covers the creation of a Struct used to hold weather data.
The second in a series of videos that walk through the creation of a simple weather app in Xcode 7 using Swift 2. In this video I cover using IBActions, and the UIAlertController, and UIAlertAction.
The third in a series of videos walking through the creation of a simple weather app using Xcode 7 and Swift 2. The previous video creates an alert controller. This video adds a textField to the al...
The fourth in a series of videos creating a simple weather app in Xcode 7 and Swift 2. This video talks about using the Delegate pattern to allow communication between classes.
The first video in a series of videos that will walk through te creation of a Weather app using Xcode 7 and Swift 2. This first video sets up the the project.
Now add a UIViewController, and IBAction to the previous button. Using navigationController.popViewControllerAnimated we can create our own back button.