How do I add a third tab bar item to a tab bar and have it point to a UITabelViewController?
I started out with a TabBar project template that comes packaged with Xcode 4.2. It comes pre-configured with two tabs which I have used,however, I would like to add a third tab and have it point to a UITabelViewController. I tried dragging a “Tab Bar Item” from the Objects window into the tab bar, but it did not allow me to do this.
Instead of dragging
Tab Bar Itemdrag theTable View Controllerto the tab bar.