1

I am reading this article but in xcode 4 I cannot find the tab bar controller attributes. The problem is in Step 6 where is this list??? Any ideas how I can access this list? Or how I can make this step with xcode 4?

Thanks in advance

auslander
  • 186
  • 3
  • 16
  • http://stackoverflow.com/questions/5301559/has-uitabbarcontroller-changed-in-xcode-4 found this solution but is it true? xcode does not support this list any more? – auslander Mar 24 '11 at 16:31

1 Answers1

1

stackoverflow.com/questions/5301559/… found this solution but is it true? xcode does not support this list any more? – auslander yesterday

This is true. Drag the Navigation Controller over the tab bar and wait for it to show the insertion mouse icon thingy. You'll have to redo all your tabs if you are opening a xcode 3 project.

Ken