We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HidingNavigationBar works perfectly apart from this one point.
Before implementing:
After implementing:
The navigation hiding functionality works fine but I am losing my initial contentInset values.
tableView.contentInset = UIEdgeInsets(top: 8, left: 0, bottom: 0, right: 0)
Would be a great improvement.
I've used a hack in the meantime:
private func updateContentInsets() { let navBarBottomY = navBarController.view.frame.origin.y + navBarController.view.frame.size.height + 8
The text was updated successfully, but these errors were encountered:
If you have time to make a pull request for this that would be great!
Sorry, something went wrong.
No branches or pull requests
HidingNavigationBar works perfectly apart from this one point.
Before implementing:
After implementing:
The navigation hiding functionality works fine but I am losing my initial contentInset values.
tableView.contentInset = UIEdgeInsets(top: 8, left: 0, bottom: 0, right: 0)
Would be a great improvement.
I've used a hack in the meantime:
The text was updated successfully, but these errors were encountered: