iOS swift TabBar background https://gyuios.tistory.com/133 iOS) 탭바 테두리, 그림자 설정 및 iOS 15.0 대응 let appearance = UITabBarAppearance() // set tabbar opacity appearance.configureWithOpaqueBackground() // remove tabbar border line appearance.shadowColor = UIColor.clear // set tabbar background co.. gyuios.tistory.com https://madilyn.tistory.com/23 [iOS15 대응] NavigationBar/Tabbar background color Trans..