iOS26 UITabBar自定义的问题

7 阅读1分钟

iOS26 UITabBar自定义的问题,目前发现tabbar上如果有lottie动画,如果不自定义UITabBar,tabbar上面的长按放大手势不能和lottie同步,体验不好。但是如果使用kvc自定义TabBar,能通过审核吗?

self.setValue(CustomTabBar, forKey: "tabBar")