In an app I published the tab bar titles appear fine, however 2 of the 3 icons don't appear, and I'm not sure why because they all have the same properties. I'm using the most recent version of xcode, below are pictures of the actual app and then the simulator.
Asked
Active
Viewed 181 times
0
-
Set the tab bar's `tintColor` – Mamta Nov 15 '21 at 06:13
1 Answers
0
you need to do is go to the ACTUAL view controller that your storyboard reference is pointing to. This is the "real" UITabBarItem. Set your properties there and you will see them show when you run the app.

bdeviOS
- 449
- 1
- 6
-
Those real UITabBarItem controls are what I used, and when I run the app on the xcode simulator it shows them perfectly, but the problem is that the actual version released to the apple App Store still doesn't show them. – Dark Duelist Nov 15 '21 at 01:38