I'm trying to create a tab bar controller but last time I did it was with iOS 6.1. But now when I put a Tab bar Controller on the storyboard it doesn't show the buttons, and any modifications I try to make on background and text does not appear. Anyone knows how can I fix it?
Below is an image of the described problem.
Thanks!
Since it is just mentioned in the comments and I struggled with this problem for quite a while, this is a solution:
Add an image to the
Tab Bar Item
and you will see the normal view of the tab bar on the specificView Controller
where you changed it. When every singleTab Bar Item
got an image you will also see the normal appearance in yourTab Bar Controller
.This is the only fix that worked for me after reinstalling Xcode and rebooting my mac which both didn't solve the problem.
I'd appreciate other solutions as I think this hasn't always been this way.