-
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
reset 无效 #10
Comments
I also have this problem,how do you solve? |
I Create a view instead of navigationItem and hide navigationbar in viewWillAppear ,and then contorl the color of created view when scrollview scrolled. |
lt_reset有问题,望楼主尽快修复bug |
I found the reason, it is because that |
I have setted the tableView's delegate to nil in viewWillDisappear,but the reset is still not work |
{
[super viewWillDisappear:animated];
[self.navigationController.navigationBar lt_reset];
}
push to other Controller navigationBar color can not set to default
The text was updated successfully, but these errors were encountered: