Obtaining an Instance

+ null

Returns the singleton instance of NSNull.

Example

NSNull *nullValue = [NSNull null];
NSLog(@"%@",nullValue);
		

Output

2014-04-16 04:51:44.370 iOS-Tutorial[534:a0b] 
		

Advertisements