objc-guide

Methods and Implementations

Methods are the primary way an object manipulates and provides access to its state, which are fundamental to object oriented programming. This section documents conventions specific to the Objective-C aspects of method interfaces and implementations.

Table of Contents