Am developing a app which will upload vide开发者_C百科o to the server which is picked form local iphone photo library.
I am trying to get the thumbnail of the video which is pick up from library using the UIImagePickerController.
I have read that the iPad must use a UIPopoverController to view the PhotoLibrary, however, I have edited the code to make it, the popover shows but it does not hide when I choose a picture.
Is it possible to get all photos in an array or something from iPhone photo 开发者_开发知识库library ? UIImagePickerController allows to choose only one picture at a time.Call ALAssetsLibrary\'s -enum
What I\'m trying to achieve: At the moment, I have a UIImagePickerController set up to take a picture, and return it as a small-sized photo (about 300 x 500ish pixels).
hey all, please anyone tell me that how can i set Photo frame 开发者_JS百科on capture view in iphone programming. i appreciate your answer.Here\'s are two tutorials with code you can follow...
In the app开发者_Python百科 I am trying to build, I am trying to use the UIImageController but am running into a bit of a problem.I am not doing this in the ViewController class... Here\'s the code:
I have a camera controller based on a UIImagePickerController: @interface CameraController : UIImagePickerController
My goal seems simple: Replicate the behavior of the iPad 2 camera app with regard to previewing/taking still photos.Namely, I want to display the preview in a full-screen window.
I\'m using an imagePickerController to replace my existing images inside my view. The function works within the same IB-file. However I\'d like to load the chosen image in another IB-File as well. I t