Advertisement
Guest User

Untitled

a guest
May 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - (NSURL *)applicationDocumentsDirectory {
  2. // The directory the application uses to store the Core Data store file. This code uses a directory named "-.Lab8_1_1" in the application's documents directory.
  3. return [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement