I know that a lot of people have asked this, but I am having a hard time with showing the status bar when I call the UIImagePickerViewController
. I implemented it in my app as a "custom" control, without the standard picker controls, but when I call the view, and place it as a subview
, the status bar disappears. I have tried with that code but it doesn't work.
[[UIApplication sharedApplication]setStatusBarHidden:NO
withAnimation:UIStatusBarAnimationNone];
I placed it when calling the UIImagePickerViewController
, and tried when the view appears, but nothing. Any idea?