Skip to content

Instantly share code, notes, and snippets.

@obyknovenius
Created March 23, 2014 11:29
Show Gist options
  • Save obyknovenius/9721891 to your computer and use it in GitHub Desktop.
Save obyknovenius/9721891 to your computer and use it in GitHub Desktop.
#pragma mark - Application's Documents directory
- (NSURL *)applicationDocumentsDirectory
{
return [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment