App is crashing with error _NSCFConstantString CGImage]: unrecognized selector sent to instance
when trying app with this code to save image to photo album
int currentimage = _imageScrollView.contentOffset.y / [pictures count];
UIImage *imageToShow = [pictures objectAtIndex:currentimage];
UIImageWriteToSavedPhotosAlbum(imageToShow, self, @selector(image: didFinishSavingWithError:contextInfo:), nil);