Formatted Contents Note:
I. Getting started. You and this book -- Your first program -- II. How programming works. Variables and types -- if/else -- Functions -- Numbers -- Loops -- Addresses and pointers -- Pass by reference -- Structs -- The heap -- III. Objective-C and foundations. Objects -- more messages -- NSString -- NSArray -- Developer documentation -- Your first class -- Inheritance -- Object instance variables -- Preventing memory leaks -- Collection classes -- Constants -- Writing files with NSString and NSData -- Callbacks -- Protocols -- Property lists -- IV. Event-driven applications. Your first iOS application -- Your first Cocoa application -- V. Advanced Objective-C. init -- Properties -- Categories -- Blocks -- VI. Advanced C. C strings -- C arrays -- Command-line arguments -- Switch statements.