mobilecoreservices Questions
3
Solved
Is there a way to get All of the different UTType extension types as Strings? I need them specifically for images, audio, and video.
I followed this answer, but it doesn't give me all of the extens...
Areca asked 24/11, 2021 at 20:2
4
Solved
I copied some bits of code from apple's documentation- and I got these 2 errors:
Undefined symbols for architecture i386:
"_kUTTypeImage", referenced from:
-[ImagePicker imagePickerController:d...
Boatswain asked 13/4, 2012 at 16:47
6
Solved
I am getting the error message - Use of undeclared identifier 'kUTTypeMovie'
in the below code -
-(IBAction)selectVideo:(id)sender {
UIImagePickerController *imagePicker = [[UIImagePickerContro...
Rigveda asked 1/8, 2012 at 8:35
11
I am trying to select video from PhotoLibrary using following code
imageController.mediaTypes = [kUTTypeMovie: NSString]
After selecting video, when it is compressing, I am getting array out of ...
Curricle asked 8/6, 2015 at 17:11
1
In my application,I want to open the camera in Video mode.So I write the following codes
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptio...
Chee asked 22/6, 2010 at 12:46
1
© 2022 - 2024 — McMap. All rights reserved.