Can I make tabs in Xcode?

I am trying to make a web browser in Xcode 3.2 and I was wondering if I could add tab capabilities to it. I am not talking about Xcode tabs in which I can show different files, but tabs for the web browser that I am making such as the ones in Safari and Firefox.

Any help would be appreciated.

Thank you!

Upvotes: 0

Views: 860

Answers (1)

NSResponder
NSResponder

Reputation: 16861

Check the documentation for NSTabView.

Upvotes: 2

Related Questions