In my memory, there's some code that can let the NSLog
not work when released.
I don't want to remove my NSLog
in my code.It helps a lot on debug mode.
So I want to find a way that can leave them in my code, and also don't slow down the application when released.
Thanks for your help~~