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
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
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