MP

#Pragma Declarations ➔

NSHipster posted an excellent article on #pragma tricks for Xcode. For the uninitiated, Xcode uses #pragma declarations to help you organize code into sections and disable compiler warnings.

If you aren’t using #pragma yet then I highly recommend perusing the article.