node ninja
node ninja

Reputation: 33036

How to make a tab bar application from scratch

How do you make a tab bar application from scratch, using Interface Builder? Is there a tutorial that shows how to do this?

So far I've figured out that you need to start with a Windows-based application. Then do you open MainWindow.xib and add the tab bar controller there?

Upvotes: 0

Views: 672

Answers (1)

jv42
jv42

Reputation: 8593

Yes you can add a TabBarController from the Library. Then you have to link it to the window's RootViewController, and you're set.

Upvotes: 1

Related Questions