eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.17k stars 578 forks source link

ESTabBarItemContentView.highlightTextColor的属性观察器错误 #222

Closed LinBowen9656 closed 4 years ago

LinBowen9656 commented 4 years ago

原代码为 open var highlightTextColor = UIColor(red: 0.0, green: 0.47843137, blue: 1.0, alpha: 1.0) { didSet { if selected { titleLabel.textColor = highlightIconColor } } } 此代码将highlightIconColor赋值给titleLabel,应该将highlightTextColor赋值给titleLabel

eggswift commented 4 years ago

谢谢~ 在master修改了~

LinBowen9656 commented 4 years ago

@eggswift 目前master仍是之前的代码

WingCH commented 3 years ago

same problem in version 2.9.0