Reputation: 7792
So in xcode I've dragged a tab bar controller onto the screen. I'm now trying to drag tab bar items onto the bottom part of that, but nothing is happening. (I'd show a screen shot, but I can't show the dragging thing).
How am I supposed to drag things onto the tab bar?
Ok, so it looks like the tab bar items are expanding to fill the whole tab bar and so they're being laid on top of each other - how do I stop that?
Upvotes: 0
Views: 788
Reputation: 4817
You should drag to tab bar controller the whole view controllers. For example Table View Controller, or simple View Controller
Upvotes: 1