ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
MIT License
6.91k stars 1.45k forks source link

iOS14 手动设置 window overrideUserInterfaceStyle 暗黑模式下,设置了 tabbarItem 红点 cyl_badgeCenterOffset ,但是没有显示,白色模式下是正常的 #531

Open lifeMiik opened 3 years ago

lifeMiik commented 3 years ago



My issue:

机型 iPhoneXR 系统 iOS14

复现步骤 当手动设置 widow 的 overrideUserInterfaceStyle 为深色模式时,红点没有显示,白色模式情况下是正常的 app 结构,tabbarController 下四个 navigationController 子控制器

请教一下大牛作者 是否是使用方法不对呢