Reply to How to change selected tab title color in iPadOS 18? It doesn't work for me in any case Topic: UI Frameworks SubTopic: UIKit Aug ’24
Reply to How to change selected tab title color in iPadOS 18? I solved by setting the following code In my TabViewController: [[[self tabBarController] view] setTintColor:[UIColor redColor]]; Topic: UI Frameworks SubTopic: UIKit Sep ’24