Skip to content
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

提个源码问题 highlightTextColor 的Set 方法 #263

Open
jimmylot opened this issue Jan 21, 2022 · 0 comments
Open

提个源码问题 highlightTextColor 的Set 方法 #263

jimmylot opened this issue Jan 21, 2022 · 0 comments

Comments

@jimmylot
Copy link

我在查看源码的 过程中发现 highlightTextColor的 set 方法里赋值的是 highlightIconColor

    /// 高亮时文字颜色
    open var highlightTextColor = UIColor(red: 0.0, green: 0.47843137, blue: 1.0, alpha: 1.0) {
        didSet {
            if selected { titleLabel.textColor = highlightIconColor }
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant