ChenYilong / ChenYilong/iOS13AdaptationTips

tabBarItem 设置选中的样式底部文字颜色没改变

Open
#29 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.