Skip to content

Instantly share code, notes, and snippets.

@thelbane
Created May 30, 2012 21:41
Show Gist options
  • Save thelbane/2839129 to your computer and use it in GitHub Desktop.
Save thelbane/2839129 to your computer and use it in GitHub Desktop.
Objective C sections
#pragma mark - Static
#pragma mark - Init/Dealloc
#pragma mark - Properties
#pragma mark - Public
#pragma mark - Private
#pragma mark - View lifecycle
#pragma mark - Delegates
@thelbane
Copy link
Author

thelbane commented Jun 4, 2012

These are the code sections we use in our implementation (.m) files for XCode projects. The delegates section will contain additional pragma marks for each delegate implemented (e.g.: #pragma mark UITableViewDelegate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment