tags:

views:

266

answers:

0

Hi all, I am using a TTPhotoViewController and have hidden the status bar. Everything works fine with one exception. Now that the status bar is hidden, when I tap the ime the navbar and toolbar doesn't disappear. They remain on the screen and I cannot see the full size image. I hide the statusbar using:

- (void)showBars:(BOOL)show animated:(BOOL)animated {
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];

}

Any ideas?

Thanks