Will UIImagePickerController show video only on video, not both video and photo?
UIImagePickerController
Set mediaType
Code>.
documentation myImagePickerController.mediaTypes = a // example [[NSArray alloc] initWithObjects: (NSString *) kUTTypeMovie, zero];
to make or easy to provide documentation with the new syntax:
myImagePickerController.mediaTypes = @ [kUTTypeMovie];
is available in more information and guidance.
No comments:
Post a Comment