3

This should be ridiculously simple, but I just can't seem to find the answer.

Assume you start off with a brand new View Controller, and then drag in a Tab Bar Item from the object library (putting it on the bottom of the controller). Then you click on that item in the storyboard and click delete. The item is removed from the storyboard, but the tab bar remains. It no longer appears in the Controller Scene, but it still shows up on the Storyboard as a blank tab bar.

I can't figure out how to get rid of this ghost tab bar. The closest reference i could find to this problem was this old question, but the version is too different and couldn't get this to work. I know I could just undo these actions, but it is on a project where this was done a long time ago, and I can't figure out when the problem came up.

Any guidance would be much appreciated. Thanks!

After Adding Tab Bar Item

After Deleting Tab bar item

Adam S.
  • 173
  • 3
  • 15
  • It looks like you have deleted the item that was inside the tab bar and not the tab bar itself. If you expand the view item, is the tab bar inside? – Magnas Mar 03 '18 at 00:38
  • The tab bar isn't inside when expanding the view item, so it looks like it was properly removed. – Adam S. Mar 03 '18 at 00:58

1 Answers1

1

Please select: Bottom Bar - none

enter image description here

maxwell
  • 3,788
  • 6
  • 26
  • 40