Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 6 Tab Bar tabs greyed out

Anytime I add a tab bar controller to XCode the tab bar is greyed out and I can't see any of the tabs in the storyboard. At runtime it displays fine. I can't figure out why it is happening.

enter image description here

like image 761
Brian Kalski Avatar asked Jan 13 '15 16:01

Brian Kalski


2 Answers

Add an image to the Tab Bar Item and you will see the normal view of the tab bar on the specific View Controller where you changed it. When every single Tab Bar Item got an image you will also see the normal appearance in your Tab Bar Controller.

like image 122
HndMeFood Avatar answered Nov 08 '22 03:11

HndMeFood


Setting an image for the Tab Bar Items and restarting xcode fixed it for me.

like image 1
Vinchenzo Avatar answered Nov 08 '22 03:11

Vinchenzo