Posts

Post not yet marked as solved
1 Replies
0 Views
I decided to move in another direction with my application. This issue is no longer relevant and can be ignored. Merry Christmas!
Post marked as solved
1 Replies
0 Views
Got the answer on another forum: It is a bit late to do it in .onAppear, appearance should be changed definitely before affected view is created, so do it in init:init() { UITabBar.appearance().barTintColor = UIColor(named: "barBackground")} Worked like a champ!
Post marked as solved
3 Replies
0 Views
I am using the code in the "didFinishLaunchingWithOptions" function. And I completely agree with you that this function is not being called again when I change back to "light mode". I have tried all manner of options to set the tabBar background in TabView with zero luck.I will mark your answer as correct since you point out the AppDelegare function is not being called again... this makes complete sense. But I'm still searching for a solution.Thanks for weighing-in... I really appreciate it.
Post marked as solved
2 Replies
0 Views
Thanks a ton, Claude. I'll start digging through those tutorials right away.