I am currently using NSLog everywhere in my code just to test it, is there a better and more professional way besides using standard NSLog? Mind sharing what other professio
I'm debugging in Xcode, using standard tools, for example, by adding breakpoints to some lines and viewing values of iVars when it stopped there. You can also use Instruments to test performance and memory management.