iOS15๋ก ๋์ด์ค๋ฉด์.,,, ๋ค๋น๊ฒ์ด์ ๋ฐ๋ ํญ๋ฐ๊ฐ ์๋ ๋ทฐ์์ ํ๋ฉด ์ ํ์ ๋๋ฆฌ๋ฉด ๋ฐฐ๊ฒฝ์ด ํฌ๋ช ํด์ง๊ณ border line์ด ์ฌ๋ผ์ง๋๋ก ๋ณ๊ฒฝ๋์๋ค. ์ฌ์ค ์ด์๋ ์๋ใทใ ;; ๋ด ์๊ฐ๋๋ก ์ ๋๋ฉด ์ด์์. ใ ใ
๊ด๋ จ ํฌ๋ผ: https://developer.apple.com/forums/thread/682420
barTintColor not working in iOS 15 | Apple Developer Forums
In iOS 15, UIKit has extended the usage of the scrollEdgeAppearance, which by default produces a transparent background, to all navigation bars. The background is controlled by when your scroll view scrolls content behind the navigation bar. Your screensho
developer.apple.com
![]() |
![]() |
์ผ์ชฝ ์ฌ์ง์์ ์ค๋ฅธ์ชฝ ์ฌ์ง ๋ทฐ๋ก ์ด๋ํ ๊ฑด๋ฐ,, ์์๋๋ฐ ์์ด์ก์ด์!
์ฒจ์ ๋ฒ๊ทธ์ธ ์ค ์๊ณ ํญ๋ฐ ์ ์ฉ๋ ๊ธฐ๋ณธ์ฑ ์ฐพ์๋ณด๋๊น ๋ค ์ด๋ ๊ฒ ๋ณ๊ฒฝ๋์๋๋ผ,,
ํด๊ฒฐ ์ฐธ๊ณ ์ฝ๋ : https://stackoverflow.com/questions/69111478/ios-15-navigation-bar-transparent
iOS 15 Navigation Bar Transparent
My iOS app uses the storyboard for the UI and uses a custom tint for the background color of the navigation bar. I have tested my app on the Xcode 13 beta 5 and the navigation bar is "white&qu...
stackoverflow.com
ํด๊ฒฐ ์ฐธ๊ณ ์ฝ๋ ์ ๋งํฌ์์๋ ๋ค๋น๊ฒ์ด์ ๋ฐ ๋์์ด์๊ณ , ๋๋ ์๋ ์ฝ๋๋ก Tabbar์์ ๋์ ์๋ฃ~! ์~~~~ ์คํ์ค๋ฒํ๋ก์ฐ ์งฑ~!
if #available(iOS 15, *) {
let appearance = UITabBarAppearance()
let tabBar = UITabBar()
appearance.configureWithOpaqueBackground()
appearance.backgroundColor = UIColor(named: "๋น์ ์์๊น์๋ฃ์ผ์
์")!
tabBar.standardAppearance = appearance;
UITabBar.appearance().scrollEdgeAppearance = appearance
}
์ ์ฝ๋๋ฅผ AppDelegate.Swift ๋ด
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool ํจ์์ ๋ฃ์ผ๋ฉด ๋๋ค~~~ ์ ๋ฌผ๋ก return ์์ ์๋ฌด๋ฐ๋~~~