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
highlightTextColor
highlightIconColor
/// 高亮时文字颜色 open var highlightTextColor = UIColor(red: 0.0, green: 0.47843137, blue: 1.0, alpha: 1.0) { didSet { if selected { titleLabel.textColor = highlightIconColor } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在查看源码的 过程中发现
highlightTextColor
的 set 方法里赋值的是highlightIconColor
The text was updated successfully, but these errors were encountered: