I am just about to submit my first iPhone app.
I have put lots of NSLog statements to test and debug the application .
So my question is ” Is it ok to keep the NSLog statements in the source code “
and I have a doubt that whether the nslog statements slows down the total execution time or not .
thanks.
I used this all the time (found it somewhere):
The three20 project from Facebook has more complex way to debug or logging.