Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - (void)viewDidLoad
  2. {
  3. [super viewDidLoad];
  4.  
  5. MyPersonClass *persons = [[MyPersonClass alloc] init];
  6. persons.images = [NSMutableDictionary dictionaryWithCapacity:4];
  7. ....
  8. ...
  9. }
  10.  
  11. [yourMutableDictionary writeToFile:pathToSave atomically:YES];
  12.  
  13. NSMutableDictionary *containOfPlist = [NSMutableDictionary arrayWithContentsOfFile:pathToYourPlist];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement