weissi / FRLayeredNavigationController

FRLayeredNavigationController, an iOS container view controller that works like a stack of paper with an API similar to UINavigationController.
Other
484 stars 61 forks source link

Added a preprocessor macro for conditional logging #3

Closed nickpack closed 12 years ago

nickpack commented 12 years ago

From memory, Apple are a little bit prone to rejecting apps when they find occurances of NSLog in the code, so to mitigate this I added a preprocessor macro that conditionally NSLogs when the DEBUG flag is set.

weissi commented 12 years ago

Cool, thank you!!!