Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Why (iPad + iOS18 + UITabBarController) results in no selectedImage on tabBarItems?

When I build UITabBarController on (iPad + iOS18), selectedImage on each tabBarItems don't appear. (SwiftUI TabView can change iconImages by state change, so no problem on SwiftUI. But I need to use UITabBarController)

How Could I solve this problem and show the selectedImages?

sample project which produce the problem: github

problem UI snapshot.

Why (iPad + iOS18 + UITabBarController) results in no selectedImage on tabBarItems?
 
 
Q