Thursday, August 30, 2012

Find The Documents Directory

NSString* docPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];

No comments:

Swift Operators - Basic Part 3 (Range operators in swift)

Range Operators: Closed Range operators  Half-Open Range Operators One-Sided Ranges Closed Range Operators:  a...b It defines...