Why we using #ifdef DEBUG in iphone -
thanks sending me answer in advance....i m beginner in iphone.
i excited why using #ifdef debug in iphone.also wanting information how use , limitation.
a code in
#ifdef debug //some code #endif
is executed in debug builds. why use it? because can add logging debug builds in order information performance or else want know code.
Comments
Post a Comment