You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
I use tableView in each contentView and I put it all in navigationController.
when I scroll the tableView, according to scrollView.contentOffset.y, I hide/show my navigation bar.
use [self.navigationController setNavigationBarHidden:YES animated:YES]; in the tableViewController
In most of the time, It work fine. like this
BUT sometime, it will work break, like this
the navigation bar has hidden, but the tabs view not change it's contentOffset.y
It seem to happen when I scroll the tableView first.
My question is that It's the lib bug or I write wrong code?
The text was updated successfully, but these errors were encountered:
I use tableView in each contentView and I put it all in navigationController.
when I scroll the tableView, according to
scrollView.contentOffset.y
, I hide/show my navigation bar.use
[self.navigationController setNavigationBarHidden:YES animated:YES];
in the tableViewControllerIn most of the time, It work fine. like this
BUT sometime, it will work break, like this
the navigation bar has hidden, but the tabs view not change it's contentOffset.y
It seem to happen when I scroll the tableView first.
My question is that It's the lib bug or I write wrong code?
The text was updated successfully, but these errors were encountered: