TintColor not changing for UIBarButtonItem for .normal stage in case of iOS 13.2
问题 I have tried the almost max solution and it did not help, selected state color is applying but for a normal state, it's not applying. This issue I am facing specifically in iOS13.2 only. tabBarItem.setTitleTextAttributes([NSAttributedString.Key.font: tabFont, NSAttributedString.Key.foregroundColor: UIColor.yellow], for: .selected) tabBarItem.setTitleTextAttributes([NSAttributedString.Key.font: tabFont, NSAttributedString.Key.foregroundColor: UIColor.white], for: UIControl.State.normal) I have