Post

Replies

Boosts

Views

Activity

Xcode13 beta4, Tabbar is transparent when the page switch
My project is written in SwiftUI, and the tabBar is written in UIKit's UITabBarController. On Xcode13 beta4, tabBar is transparent when the page switch, But when the interface slides, the tabBar is normal again. I control the tabBar display on 'onAppear' function .onAppear(perform: {         MainTabBarViewController.setTabBarHidden(isHidden: false)       }) Everything is fine on Xcode12.I suspect that the period of the onAppear function has changed. Anybody know why?Or something like this.
0
0
352
Aug ’21