//save picture NSString *filename = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/pic.png"]; [UIImagePNGRepresentation([info objectForKey:@"UIImagePickerControllerOriginalImage"]) writeToFile:filename atomically:YES];
//save picture NSString *filename = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/pic.png"]; [UIImagePNGRepresentation([info objectForKey:@"UIImagePickerControllerOriginalImage"]) writeToFile:filename atomically:YES];