try it
- (void)imagePickerController:(UIImagePickerController *)aPicker didFinishPickingMediaWithInfo:(NSDictionary *)info {
if ([self respondsToSelector:@selector(setNeedsStatusBarAppearanceUpdate)]) {
[[UIApplication sharedApplication] setStatusBarHidden:YES];
}
Edit:
here is a lot easier.
add a logical display of the status of the logical state in the control panel in your plist and set its value to NO. then in the application deletion application didFinishLaunchingWithOptionsdeclare the following:
[application setStatusBarHidden:NO]
[application setStatusBarStyle:UIStatusBarStyleDefault]
. , UIImagePickerController
- (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
{
[[UIApplication sharedApplication] setStatusBarHidden:YES];
}
, .
, .