chenliangloveyou / EasyNavigation

一款超级简单的导航条管理工具。完全自定义导航条。没有UINavigationBar 和 UINavigationItem 这两个类。完全是对UIView的操作。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios 13有问题

JW-chenjingwei opened this issue · comments

根控制器使用tabbarVC,当push新的vc后,选择其他的tabbarItem时,tabbarItem选中的文字会被系统渲染成蓝色,之前的自定义tabbarItem选中的文字颜色代码无效:[tabBarItem setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor redColor]} forState:UIControlStateSelected];

你需要设置tingcolor颜色