Objective-C on the Mac L2 - Xcode's Default Program
3
Objective-C on the Mac L3 - @interface
4
Objective-C on the Mac L4 - @implementation
5
Objective-C on the Mac L5 - Methods
6
Objective-C on the Mac L6 - NSString
7
Objective-C on the Mac L7 - description
8
Objective-C on the Mac L8 - Review of Classes/Objects
9
Objective-C on the Mac L9 - NSArray
10
Objective-C on the Mac L10 - NSDictionary
11
Objective-C on the Mac L11 - Fast Enumeration
12
Objective-C on the Mac L12 - NSMutableString
13
Objective-C on the Mac L13 - NSMutableArray
14
Objective-C on the Mac L14 - Initializers (init)
15
Objective-C on the Mac L15 - Convenience Initializers
16
Objective-C on the Mac L16 - Memory Management
17
Objective-C on the Mac L17 - Autorelease
18
Objective-C on the Mac L18 - Object Ownership
19
Objective-C on the Mac L19 - @property
20
Objective-C on the Mac L20 - Categories
21
Objective-C on the Mac L21 - Dot Syntax
22
Objective-C on the Mac L22 - NSNumber
23
Objective-C on the Mac L23 - Selectors
24
Objective-C on the Mac L24 - Protocols
25
Objective-C on the Mac L25 - id with Protocols
26
Objective-C on the Mac L26 - Key-Value Coding
27
Objective-C on the Mac L27 - KVC Key Paths
28
Objective-C on the Mac L28 - Key-Value Observing
29
Objective-C on the Mac L29 - Writing to a File
30
Objective-C on the Mac L30 - Property Lists
31
Objective-C on the Mac L31 - NSData
32
Objective-C on the Mac L32 - NSCoding
33
Objective-C on the Mac L33 - Blocks
34
Objective-C on the Mac L34 - Block Parameters
35
Objective-C on the Mac L35 - ARC Intro
36
Objective-C on the Mac L36 - ARC Properties
37
Objective-C on the Mac L37 - Class Extensions
38
Objective-C on the Mac L38 - Literals
39
Objective-C on the Mac L39 - Automatic Synthesis (+more)
40
Objective-C on the Mac L40 - NSPredicate
41
Objective-C on the Mac L41 - NSSortDescriptor
42
Objective-C on the Mac L42 - Methods w/ Blocks
43
Objective-C on the Mac L43 - Singleton
Description:
Dive into a comprehensive 10-hour tutorial series on Objective-C for Mac development. Start with the basics and progress through advanced concepts, covering topics such as Xcode, interfaces, implementations, methods, and key Foundation classes like NSString, NSArray, and NSDictionary. Learn about memory management, properties, categories, protocols, and key-value coding. Explore file handling, property lists, blocks, and Automatic Reference Counting (ARC). Master advanced techniques including class extensions, literals, predicates, sort descriptors, and the Singleton pattern. Gain a solid foundation in Objective-C programming through hands-on lessons and practical examples.