Getting Started With Objective-C
  • Intro to Course
  • Build an iOS App in Objective-C
  • Exercise 01: Your own Objective-C app
  • Anatomy of an Objective-C file
  • Objective-C Properties & Instance Variables
  • Objective-C Getters & Setters
  • Objective-C Pointers
  • Exercise 02: Convert this Swift App to Objective-C
  • Objective-C Strings with NSString
  • Objective-C Numbers
  • Exercise 03 - Convert this app to Objective-C
A Deeper Look Into Objective-C
  • Objective-C Conditionals & BOOL
  • Objective-C Methods (aka Functions)
  • Objective-C NSArray & NSMutableArray
  • Objective-C NSDictionary & NSMutableDictionary
  • Objective-C Loops & fast enumeration
  • Objective-C Object Oriented Programming
  • Exercise 04: RTFD
Advanced Topics
  • Objective-C Weak vs strong & retain cycles
  • Objective-C Initializers
  • Exercise 05: Translate this Swift code into Objective-C
  • Objective-C Nullability (Like Swift optionals)
  • Objective-C Categories
  • Exercise 06: Categories
  • Swift and Objective-C Interoperability
  • Exercise 07: Create Swift iOS Chat App (With source code & graphics)
Devslope's Tutorials App
  • Intro to App
  • App: Project creation & Singleton
  • App: Creating our Node server and designing the API
  • App: NSURLSession, Blocks and talking to the server
  • App: Storyboards, IBOutlets and a custom UITableViewCell in Objective-C
  • App: Table views & implementing a protocol in Objective-C
  • App: IBOutlets & showing data in cells in Objective-C
  • App: UIWebView, Loading HTML, CSS & Javascript & playing Youtube videos
  • App: Source Code
  • App: Creating a POST request from Objective-C on iOS
  • Exercise 08: Extending our app
BONUS: Javascript Primer In Preparation for Building A Server
  • Installing a Web IDE
  • Javascript Resources
  • Javascript Strings
  • Javascript Conditionals
  • Javascript Numbers
  • Javascript Loops & Arrays
  • Javascript Objects
  • Javascript Bind
BONUS: Working With Node & Express
  • Installing Node
  • Installing Node (part 2) & running it
  • Node Basics & NPM
  • Node Module Exports
  • NPM readline-sync
  • Exercise 09: Node Calculator
  • Creating a Simple Express Server
  • Creating Express Server (Alternate version)