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.)

Could someone tells me how to solve this problem?

  • sample project which produce the problem: github
beforeafter
Why (iPad + iOS18 + UITabBarController) results in no selectedImage on tabBarItems?
 
 
Q