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 hel开发者_开发知识库p would be appreciated.
Thank you!
Check the documentation for NSTabView
.
精彩评论