How can you make a page control similar to the one found on the iPhone, but for the Mac OS?
Something that has a couple of views and allows you to switch between them by pressing on “Next” and “Back”.
Thanks!
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.
Easiest way: create an NSTabView, and set the tabs to hidden. Then you can call
selectNextTabViewItem:orselectPreviousTabViewItem:on it (wire your next and back buttons up to these methods).