NSLog examples


 

NSLog examples

In this section we will discuss the usage of NSLog function. NSLog function is used to print the value of variables on the debug console.

In this section we will discuss the usage of NSLog function. NSLog function is used to print the value of variables on the debug console.

Programmers uses the NSLog function to debug the application. NSLog function is used to display the debug messages on the console. The NSLog function is very useful in debugging the iPhone applications.

In this NSLog tutorial series we will show you the different usages of the NSLog functions. You will also learn how to print the values of different data types.

Ads