ChenYilong / ChenYilong/iOS13AdaptationTips
tabBarItem 设置选中的样式底部文字颜色没改变
Open
- Dominant language
- No language data
- Stars
- 170
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
解决办法:tabBarItem setTitleTextAttributes 增加设置状态UIControlStateFocused
[vc.tabBarItem setTitleTextAttributes:@{NSFontAttributeName: [UIFont ALFontSize12],
NSForegroundColorAttributeName :[UIColor ALKeyColor]} forState:UIControlStateFocused];
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.