Use of unresolved identifier 'UINavigationBarAppearance';
if #available(iOS 13.0, *) {
let navBarAppearance = UINavigationBarAppearance()
navBarAppearance.configureWithOpaqueBackground()
navigationController?.navigationBar.standardAppearance = navBarAppearance }
}
В настройках переключить билдтулзы
Обсуждают сегодня