I have just started to code for Mac OS X and I’m very excited about tab controls, just like this one:

But I can not understand how to implement it. Is there a standard UIKit control or some external control, or maybe this is just a set of buttons?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UIKit is iOS specific and is not used on OS X. You are looking for
NSToolbar.