-
Notifications
You must be signed in to change notification settings - Fork 677
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
StatusBar is kept hidden when leaving view #78
Comments
See #77 |
Hey @sohayb this is that you should point to master! I'll do a release today with the branch development and you are going to be able to use it through CocoaPods. |
thanks @RamonGilabert ! |
Made a release @sohayb, keep me posted on the result. Closing for now! :) |
it worked man�! thank you 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on the
development
branch and you're setting this inviewWillAppear
:UIApplication.sharedApplication().statusBarHidden = true
and not setting it back to the way it was inviewWillDisappear
whilst on the main branch it's working great. Working on thedevelopment
branch to get to set the images limitThe text was updated successfully, but these errors were encountered: