Cast Topics
Cast Authors
11/29/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (10038) Watched: (5847)
In this episode, you'll navigate between View Controllers via Segues and unwinding Segues. You'll use a Navigation Controller to navigate between views and get navigation controls "for free". And finally we'll use UITabBarController to easily create a different navigation experience between many View Controllers.
11/7/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (10657) Watched: (5920)
In this episode, you'll pull Alamofire as a Git submodule. You'll add Alamofire to an existing Swift project. We'll also take a look at creating a simple Alamofire request and receive a JSON Response. And finally we'll use Alamofire to track upload/download progress
10/14/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (11081) Watched: (6068)
In this episode, you'll learn how to bring the AFNetworking CocoaPod into a Swift Project. You'll learn how to manually create an Objective-C Bridging Header. How to call "Swift-ified" AFNetworking API. And we'll end with parsing an AFNetworking JSON Dictionary using Swift
10/4/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (10246) Watched: (5898)
In this episode, you'll learn how to call Objective-C from Swift through a Bridging Header. You'll learn How to call Swift from Objective-C from the Automatically Generated Header. And you'll learn two ways to declare your Swift objects so that they can be constructed in Objective-C classes
9/25/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (10570) Watched: (6217)
In this episode, you'll learn how to get AFNetworking set up in your project. You'll learn how to use AFHTTPRequestOperation. You'll learn how to declare success and failure blocks for AFHTTPRequestOperation, how to populate an Objective-C object from an NSDictionary, and finally a brief Introduction to Objective-C Block Syntax
9/22/2014
Level: Beginner
Author:
Peter Shearer
Tags: Swift
Views: (10835) Watched: (6856)
In this episode, you'll learn how to Create a Detail View. You'll learn how to use Segues to navigate between the Master and Detail ViewController. You'll learn about passing data to the Detail ViewController during the Segue and finally how to resolve Auto-Layout Issues in XCode 6
9/19/2014
Level: Beginner
Author:
Peter Shearer
Tags: Swift
Views: (10961) Watched: (8346)
In this episode, you'll start from the Master-Detail Project Template. You'll learn how to use a TableView to display data. You'll how to make custom Swift Classes and Structs. and finally we'll work with more Swift Syntax
9/15/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (8067) Watched: (4132)
In this episode, you'll learn how to Install CocoaPods and how to include CocoaPods in iOS Objective-C Project. You'll learn about finding and adding a CocoaPod dependency. And finally you'll learn about using Cocoa Pod dependencies in your project.
9/15/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (6895) Watched: (2916)
In this episode, you'll learn how to Create a Detail View. You'll learn how to use a Seque and passing data to the destination View Controller. And finally learn some more Objective-C syntax
9/14/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (6622) Watched: (2587)
In this episode, you'll learn how to create a Master-Detail iOS Application with Objective-C. You will use a TableView to display data. And you will be Introducted to Objective-C .h and .m files and how to make your own objects
9/9/2014
Level: Beginner
Author:
Peter Shearer
Tags: Swift
Views: (6882) Watched: (4054)
Swift is an innovative new programming language for Cocoa and Cocoa Touch.
In this Episode, you will learn how to create Simple layouts with Interface Builder's storyboard designer. You'll learn how to wire up IBActions and IBOutlets and we'll have a simple introduction to the Swift syntax.
8/26/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (6896) Watched: (2499)
This episode we are we are going to create a Single View iOS Application.
You will learn how to create Simple layouts with Interface Builder's storyboard designer. You'll learn how to wire up IBActions and IBOutlets and we'll have a simple introduction to the Objective-C syntax