Friday, 31 May 2013

How to print a line in console: Xcode

To print a line in console, you can use the following syntax:

Syntax:

          NSLog(@"Show this line in console...");

No comments:

Post a Comment