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
我这里是继承LCTabBarController的 代码如下: self.selectedItemTitleColor = [UIColor colorWithRed:44.0f/255.0f green:110.0f/255.0f blue:203.0f/255.0f alpha:1.0];
self.itemTitleColor = [UIColor colorWithRed:191.0f/255.0f green:191.0f/ 255.0f blue:191.0f/255.0f alpha:1]; 主要是体现在换肤的时候我想改变图标下面字体的颜色 发现无法动态修改
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我这里是继承LCTabBarController的 代码如下:
self.selectedItemTitleColor = [UIColor colorWithRed:44.0f/255.0f green:110.0f/255.0f blue:203.0f/255.0f alpha:1.0];
self.itemTitleColor = [UIColor colorWithRed:191.0f/255.0f green:191.0f/ 255.0f blue:191.0f/255.0f alpha:1]; 主要是体现在换肤的时候我想改变图标下面字体的颜色 发现无法动态修改
The text was updated successfully, but these errors were encountered: