Hi,
I'm planning to do an app that saves images to app documents folder but I don't know where to start.
My plan is whenever the method
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingImage:(UIImage *)image
editingInfo:(NSDictionary *)editingInfo
is called I'll save the UIImage
to Apps Directory(Own Folder based on Image Category) and then retrieve it via UICollectionView
.
I hope you can help me.. thanks :D