transparentNavBar non funge più. usa:
let appearance = UINavigationBarAppearance()
appearance.configureWithTransparentBackground()
appearance.backgroundColor = UIColor.systemBackground
UINavigationBar.appearance().standardAppearance = appearance
SizedDivider come larghezza predefinita deve avere 1, non screenWidth
transparentNavBar non funge più. usa:
let appearance = UINavigationBarAppearance()
appearance.configureWithTransparentBackground()
appearance.backgroundColor = UIColor.systemBackground
UINavigationBar.appearance().standardAppearance = appearance
SizedDivider come larghezza predefinita deve avere 1, non screenWidth