Advertisements
NSNull by example
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
Advertisements
Returns the singleton instance of NSNull.
NSNull *nullValue = [NSNull null]; NSLog(@"%@",nullValue);
2014-04-16 04:51:44.370 iOS-Tutorial[534:a0b]
Advertisements