vote up 1 vote down star

I'm using the TTThumbsViewController section of the three20 framework, and I have the status bar hidden throughout my application.

When the user views the full size image, taps the screen(hiding the controls), when they tap again the controls reappear but the status bar is there too.

I've searched through the whole library and been unable to isolate the section where this is happening. I'd love it if someone could point me in the right direction.

Thanks,

BB

flag

1 Answer

vote up 4 vote down check

I found it hiding in the UIViewControllerAdditions.m which is called by the TTPhotoViewController.m

UIViewControllerAdditions.m

- (void)showBars:(BOOL)show animated:(BOOL)animated {
  //[[UIApplication sharedApplication] setStatusBarHidden:!show animated:animated];
link|flag
Mark your answer answered. – Jordan Sep 12 at 0:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.