Search code examples
iosstoryboarduitabbaritem

tab bar item not showing in storyboard


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: enter image description here

As you can see the tab bar is gray, and I'm expecting something like this where we can see the items: enter image description here


Solution

  • Well, after a few minutes and after restarting Xcode many times the problem solved itself.

    I guess it was a Xcode bug then.