Learn Objective-C: Cocoa Naming Conventions

The Cocoa framework and applications that use Cocoa (Touch) follow a fixed set of naming conventions that make the programs easier to read, use, and understand.

General Principles

Method Names

Delegate & Data Source Methods

Miscellaneous

This post is part of the Learn Objective-C in 24 Days course.


Previous Lesson Next Lesson