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
-(NSString *)navBarBgAlpha{ return objc_getAssociatedObject(self, CloudoxKey) ? : @"1.0"; }
加了段这个,似乎是可行的。 只需要在透明度切换的两个vc中设置navBarBgAlpha值即可 若不透明的vc不设置alpha值,会在vc已经显示完毕后 navbar才恢复不透明。
The text was updated successfully, but these errors were encountered:
我也是想的这个做法,确实会在不设置alpha的时候,从透明导航栏进入不透明导航栏界面时出现迟滞,想想还有没有别的办法
Sorry, something went wrong.
No branches or pull requests
-(NSString *)navBarBgAlpha{
return objc_getAssociatedObject(self, CloudoxKey) ? : @"1.0";
}
加了段这个,似乎是可行的。
只需要在透明度切换的两个vc中设置navBarBgAlpha值即可
若不透明的vc不设置alpha值,会在vc已经显示完毕后 navbar才恢复不透明。
The text was updated successfully, but these errors were encountered: