IOS Swift : iOS 15 UITabBarController's tabBar background appear black /transparent Xcode 13 بالعربي
Автор: Technicalisto FCI
Загружено: 2021-09-26
Просмотров: 1446
Описание:
Follow Steps :
// two solve
1. Add the follwing code with your background bar color
if #available(iOS 15.0, *) {
let appearance = UITabBarAppearance()
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = #colorLiteral(red: 1, green: 1, blue: 1, alpha: 1)
self.tabBar.standardAppearance = appearance
self.tabBar.scrollEdgeAppearance = appearance
}
2. Try to uncheck Translusentin Storybored
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: