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.
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/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: (2917)
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
8/26/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (6897) Watched: (2500)
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