Closed2022/11/06にクローズ3【SwiftUI】NavigationBarの戻るボタンのカラーがiOS16以降効かなくなった問題SwiftUIutah2022/11/06に更新SwiftUIのNavigation bar 戻るボタンのカラーについて、 ↓みたいな設定で色変更していたけど、iOS16以降効かなくなった問題 // Navigation bar 戻るボタンの文字色 UINavigationBar.appearance().tintColor = UIColor(xxxxxxxxxxx) utah2022/11/06https://www.hackingwithswift.com/forums/swiftui/how-do-you-change-the-colour-of-a-back-button-navigationlink/13032 Accent Color とやらを設定すれば、変更されるらしい utah2022/11/06https://koze.hatenablog.jp/entry/2021/07/13/100000 https://swift.hiros-dot.net/?p=1584 ↑これで治った このスクラップは2022/11/06にクローズされました
utah2022/11/06に更新SwiftUIのNavigation bar 戻るボタンのカラーについて、 ↓みたいな設定で色変更していたけど、iOS16以降効かなくなった問題 // Navigation bar 戻るボタンの文字色 UINavigationBar.appearance().tintColor = UIColor(xxxxxxxxxxx)
utah2022/11/06https://www.hackingwithswift.com/forums/swiftui/how-do-you-change-the-colour-of-a-back-button-navigationlink/13032 Accent Color とやらを設定すれば、変更されるらしい
utah2022/11/06https://koze.hatenablog.jp/entry/2021/07/13/100000 https://swift.hiros-dot.net/?p=1584 ↑これで治った