I'm trying to add a tab bar controller on an application, and it works fine: I can switch between pages and use the tab bar when I try the app. But I cant see the tab bar items in the storyboard, therefore I cant edit them (I need to set a name and a icon for each item, like "home", "settings").
Here's a picture of the storyboard:
As you can see the tab bar is gray, and I'm expecting something like this where we can see the items:
Well, after a few minutes and after restarting Xcode many times the problem solved itself.
I guess it was a Xcode bug then.