#pragma mark directives in code to help with organization as implementation files grow.
#pragma mark is simple to use,
for example, insert the following to call out initialization code:
#pragma mark - #pragma mark Initialization |
#pragma mark - #pragma mark Initialization |