After having seen in the first part of this guide the basic control structures that Objective-C inherits from C, in this second part we will have a look at how we use objects and collections in Objective-C.
Table of contents
Method calling
A note about messaging
Class methods and object creation
Working with nil
Values and literals
Collections