In my application I m using UIImagePickerControllerCropRect to crop the image but I want to reduce the size of that cropping box of iphone which comes automatically so that my image crop to its perfec
I met a problem on using camera by scratch on iphone. Other people\'s code just run fine on my 3GS, but my code doesn\'t.
I create the picker: UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; imagePicker.sourceType =UIImagePickerControllerSourceTypeCamera;
I want to set UIImagePickerController inside my UITabBarController but I want it to be from source: UIImagePickerControllerSourceTypeCamera
I\'m adding a custom overlay to the UIImagePickerController and there is a persistant black bar at the bottom of the view. Here is my code to instantiate the controller.
I\'d like to first say I\'m a little new to anything but tutorial examples, so sorry if this is a daft question.
I am trying to invoke UIImagePickerController to select a movie on iPhone 3GS and when the movie is selected, i just dismiss it and present MyViewController modally with a configured delay of 1.0 seco
Need some help on an issue that is consuming my time. It\'s probably something really 开发者_Python百科simple and I must be forgeting something. Here it go:
i\'m loading photos from my library just fine, but photos coming from he camera don\'t display in the imageView. I\'ve set allowsImageEditing = YES. I\'ve also used CFShow(info) and the data from the
For my tests, I need to create a simple app on the iPad to step 1. loads an image from the Photo library (UIImagePickerController).