praks5432
praks5432

Reputation: 7792

Cannot drag tab bar items onto a tab bar controller

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

Answers (1)

nerowolfe
nerowolfe

Reputation: 4817

You should drag to tab bar controller the whole view controllers. For example Table View Controller, or simple View Controller

Upvotes: 1

Related Questions