修复iOS15导航条和tabbar变白问题
2022-06-12 本文已影响0人
ONE2
let app = UINavigationBarAppearance()
app.configureWithOpaqueBackground()
app.backgroundColor = .white
navigationController?.navigationBar.standardAppearance = app
navigationController?.navigationBar.scrollEdgeAppearance = app