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
在 push 到 VTMagic 控制器中的 修改 navigationBar 的 BarTintColor 如下
The text was updated successfully, but these errors were encountered:
测试发现在 viewWillAppear 中修改是起作用的,只是不知在哪里又被重置回去了
Sorry, something went wrong.
No branches or pull requests
在 push 到 VTMagic 控制器中的 修改 navigationBar 的 BarTintColor 如下
[super viewWillAppear: animated];
[self.navigationController.navigationBar setBarTintColor: [UIColor blueColor]];
}
并没有改变
在 viewDidAppear 中可以改变,但是颜色的切换变得生硬。
请问这个问题是如何产生的,如何处理,谢谢
The text was updated successfully, but these errors were encountered: