I am using an UIImagePickerController
to pick both videos and images. When using the simulator to pick a video the corresponding delegate
isn't firing. It does however work as expected for images.
- (void)imagePickerController: (UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info