uiimagepickercontroller
iPhone - launching an UIImagePickerController from a UIWindow
How may I launch a UIImagePickerController from the main UIWindow (no view defined) from - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions, o[详细]
2023-04-10 00:50 分类:问答ipad UIImagePickerController videoQuality
I am trying to set the video quality for the UIImagePickerController but I see something really werid now. The effect on the video quality only happen after I reset my application. I try to change the[详细]
2023-04-09 05:35 分类:问答MOV playback not working using UIImagePickerController with MPMoviePlayerController
I have read similar threads regarding movie playback in a MPMoviePlayerController after selecting a video using UIImagePickerController including:[详细]
2023-04-09 04:50 分类:问答Provide UIImagePicker with your own UIImage.
I\'m trying to get a downloaded photo that was saved on the device (not photo library), and put that UIImage in a UIImagePickerController so i can crop it (using allowsEditing), as when i would choos[详细]
2023-04-08 06:54 分类:问答iPhone: get image from camera without UIImagePickerController
Please help me with my question. Is there any way to get image from camera without UIImagePickerController?[详细]
2023-04-08 05:32 分类:问答Can we know how many albums there are in the iphone's camera library?
I have a small question. We want the user to the able to choose an image from his device\'s l开发者_开发问答ibrary. If he has more albums apart from the camera roll, we use UIImagePickerControllerSour[详细]
2023-04-08 03:29 分类:问答Objective-c Changing UIImagePickerController to video mode
I have an application which I want onlt to show in the background the video source from the camera. I have the following code in my viewcontroller:[详细]
2023-04-06 22:25 分类:问答How to show camera view in iOS4 SDK (without video/image capturing feature)
I would like to show camera view in iOS4 SDK, here are my requirements: no need video/image capturing feature[详细]
2023-04-06 00:02 分类:问答UIImagePickerViewerController crashes when attempting to go to saved photos (on iPhone)
I have a UIImagePickerViewerController. It works perfectly when I select UIImagePickerControllerSourceTypeCamera. However, when I go try to select UIImagePickerControllerSourceTypeSavedPhotosAlbum, it[详细]
2023-04-04 13:14 分类:问答iOS: Can the UIImagePickerController Default UI be modified?
I am working with a small camera app for a client and I have now finished all functionality of it. In the standard camera controls i need to modify one thing , the cancel button should say gallery ins[详细]
2023-04-03 11:33 分类:问答