Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status bar disappearing when moving between KTPhotoScrollViewController and KTThumbsViewController #41

Open
AndyRC opened this issue Apr 18, 2012 · 1 comment

Comments

@AndyRC
Copy link

AndyRC commented Apr 18, 2012

I've managed to get everything working fine but sometimes when navigating back to the thumbnail view from the photo scroll view the status bar disappears leaving a 20px black gap at the top of the screen where the status bar once was.

This has a serious knock on effect for the whole navigation stack as the views dimensions alter from being (320,416) to (320,436) resulting in everything shifting up 20px.

Has anyone else encountered this issue and if so have you been able to resolve it?

@JanciP
Copy link

JanciP commented Mar 26, 2013

Hey AndyRC. I've got same problem. I "solved" this by putting following in thumbs view controller.

-(void)viewDidAppear:(BOOL)animated
{
[[UIApplication sharedApplication]setStatusBarHidden:NO];
}

I was unable to get that bug again, so hopefully it's gonna work ok :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants