Video description
In these LiveLessons, Jiva DeVoe covers the advanced features of the Objective-C language. Viewers will learn how to use blocks, use categories to extend the capabilities of existing classes, use keyvalue coding and keyvalue observing, use threading to harness the power of multiprocessor and multicore machines, understand design patterns e commonly used in Objective-C, and how to serialize and deserialize objects to property lists and to JSON strings. Finally, the video covers best practices for programming clean code in Objective-C. When viewers have completed these lessons, they will have an understanding of the necessary aspects of Objective-C that are needed to begin writing applications using cocoa and cocoa touch.
About the Author:
Jiva DeVoe is the founder of Random Ideas, LLC, a software company specializing in iPhone and Mac OS X applications. Heâs an author, blogger and software developer with nearly 20 years of experience in the software industry. Today, Jiva works primarily with Objective-C, Cocoa and Cocoa Touch, developing applications for the iPhone and Mac OS X. Jiva has written several award winning apps and is the author of Objective-C Developer Reference and Cocoa Touch for iPhone OS 3 Developer Reference. Contact Jiva through his blog at www.random-ideas.net.Table of contents
- Introduction
-
Lesson 1: Blocks
- Learning Objectives 00:01:43
- 1.1 Understand blocks 00:05:35
- 1.2 Declare blocks 00:02:43
- 1.3 Use blocks 00:04:40
- 1.4 Understand block scope 00:05:57
- 1.5 Avoid problems with blocks 00:05:24
- 1.6 Know when to use blocks 00:01:49
-
Lesson 2: Extending Existing Class Capabilities
- Learning objectives 00:01:51
- 2.1 Declare categories 00:05:17
- 2.2 Implement category methods 00:02:42
- 2.3 Understand category design patterns 00:05:11
- 2.4 Implement protocols with categories 00:04:09
- 2.5 Use anonymous categories 00:02:14
- 2.6 Avoid category gotchas 00:02:11
-
Lesson 3: Key Value Coding and Key Value Observing
- Learning objectives 00:01:33
- 3.1 Declare KVC compliant properties 00:05:31
- 3.2 Access properties using key value coding 00:07:49
- 3.3 Observe changes on objects using key value observing 00:08:30
- 3.4 Implement manual KVO notifications 00:05:30
- 3.5 Avoid KVO gotchas 00:01:42
- Lesson 4: Threads
- Lesson 5: Objective-C Design Patterns
- Lesson 6: Data Serialization
- Lesson 7: Objective-C Best Practices
- Summary
Product information
- Title: Objective-C Advanced Programming LiveLessons (Video Training)
- Author(s):
- Release date: January 2012
- Publisher(s): Pearson
- ISBN: 0133364372
You might also like
video
iOS and Mac Network Programming LiveLessons (Video Training)
iOS and Mac Network Programming LiveLessons provides Objective-C developers with a practical introduction to writing high …
book
Objective-C for Absolute Beginners: iPhone, iPad and Mac Programming Made Easy
Learn Objective-C and its latest release, and learn how to mix Swift with it. You have …
video
Programming in Objective-C 2.0 LiveLessons, Part I: Language Fundamentals and Part II: iPhone Programming and the Foundation Framework
Programming in Objective-C 2.0 LiveLessonsis the world’s first complete video training course on the basics of …
book
Pro Objective-C
The Objective-C programming language continues to grow in popularity and usage because of the power and …