Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. - (void)imagePickerController:(UIImagePickerController *)picker
  2.                 didFinishPickingImage:(UIImage *)image
  3.                                   editingInfo:(NSDictionary *)editingInfo
  4. {
  5.        
  6.         [imagePickerController dismissModalViewControllerAnimated:YES];
  7.         archivedArray11111 = [NSKeyedUnarchiver unarchiveObjectWithFile:[self dataFilePath11111]];
  8.         data11111 = [[NSMutableArray alloc] initWithArray:archivedArray11111];
  9.         [data11111 addObject:image];
  10.  
  11.         [self saveData11111];
  12.        
  13.        
  14.        
  15. }