As soon as I add a UIImagePickerController sub view to my view the status bar disappears and I can\'t get it back. Is there any way to keep the status bar visible?
I am trying to use the following code to take screen shots from my uiimagePickerController UIGraphicsBeginImageContext(imagePicker.view.bounds.size);
Is anyone else having this problem? After upgrading to new xcode+sdk 4.0.2, the library image picker does show some built in images, but it never calls...
hello all I am using Uiimagepickercontroller to record a video there I need to implement two delegates.. 1 is UINavig开发者_Go百科ationcontroller delegate and 2 is UIImagepickercontroller delegate.If
What I want to do is to always use the same instance of UIImagePickerController in my whole app, since i don\'t want to alloc and destroy my picker every time the user takes a picture. The app uses a
I am using the UIImagePickerController to let the user record video. The duration is limited to 10 seconds. I want to display a countdown in the corner while they are recording though so they know how
I\'m getting a warning when I set the delegate for UIImagePickerController. It\'s because UIImagePickerController and its parent UINavigationController both have delegates that can be used. The code w
I\'m creating an app that will use UIImagePicker to let users pull custom images from their Camera Roll. However, I also would like to include a set of my own images with the app, so that users have t
I have this critical issue with showing top statusbar on the custom camera overlay which seems impossible for me at the moment. I posted the 开发者_运维知识库same question to Apple dev forum but did n
I upgraded both my iPhone and SDK to iOS 4.0.1 and now my App doesn\'t run the same way it was running in iOS 3.x.