I have searched and searched but can not find a basic UIImagepicker
video save code.
I have everything set up and just have a blank void.
- (void)imagePickerController:(UIImagePickerController *)
picker didFinishPickingMediaWithInfo:(NSDictionary *)
info{
}
I know it has something to do with the dictionary, but after that I'm lost, any help?
Try this code for save the video on photo album.