Basic question –
I’m adding a tab bar item to my tabbarcontroller. It’s going to be a view.
I feel really dumb for asking this, but…how do you assign the view you want to load for the tab bar item?
“When I click this tab, load this view.”
Using Xcode4.
Don’t add a tab bar item directly. Instead, drag out a UIViewController from the Library onto the tab bar. This will create a new bar item for you, with a UIViewController. Select the UIViewController itself, and on the Identity tab set the class to your view controller, and on the Attributes tab specify the name of the nib file to load.