JDragon

Results 28 comments of JDragon

Please look at my problem [file.txt](https://github.com/johnno1962/injectionforxcode/files/796167/file.txt)

[tabBar setTintColor:selectColor]; 这句代码设置选中颜色不生效啊 设置字体呢,怎么设置

if (@available(iOS 13.0, *)) { UITabBarAppearance *standardAppearance = [[UITabBarAppearance alloc] init]; UITabBarItemAppearance *inlineLayoutAppearance = [[UITabBarItemAppearance alloc] init]; [ inlineLayoutAppearance.normal setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:10], NSForegroundColorAttributeName:RGB(169, 181, 208)}]; [ inlineLayoutAppearance.selected setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:10], NSForegroundColorAttributeName:CclearBlue(1)}]; standardAppearance.stackedLayoutAppearance...

确实有问题,多谢提醒,我会做修改后在上传新版本。

你再试试呢,我更新了版本,如果还有问题 ,能否发送个demo 给我看看

是的,一直没更新MB 版本

在window加载的话 navigationbar 的事件会被遮挡,而在view加载的话则不会影响

确实有问题,我也发现了,抱歉啊,我会尽快改下的

确实很相似......