UIImagePickerController Get link Facebook X Pinterest Email Other Apps By Test Get link Facebook X Pinterest Email Other Apps Comments Anonymous said… saving imageIImageWriteToSavedPhotosAlbum( image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil ); /// called function, alerts user when the image has been saved:- (void)image:(UIImage *)image didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo { [ [ self parentViewController ] dismissModalViewControllerAnimated: YES]; }
Comments
IImageWriteToSavedPhotosAlbum( image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil );
/// called function, alerts user when the image has been saved:
- (void)image:(UIImage *)image didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo {
[ [ self parentViewController ] dismissModalViewControllerAnimated: YES];
}
Post a Comment