Hi,
I've just begun learning to develop using XCode & Cocoa (I come from a Windows development background), and I was wondering how to show/hide parts of a window?
e.g. On the left of the window, I have a list of different professions(Waiter, Fireman etc). When I click on one of them, I'd like the details to show up on the right. As all the professions have different 'details', the layout/amount of controls is different for each one.
In Windows development, this is normally done by having several panels (or a pageview) on top of each other, each one with its own set of controls. When you click on a profession, the appropriate panel is brought to the top.
Anyone know how this is handled in XCode/Cocoa?
Thanks for any information,
Breandan.
I've just begun learning to develop using XCode & Cocoa (I come from a Windows development background), and I was wondering how to show/hide parts of a window?
e.g. On the left of the window, I have a list of different professions(Waiter, Fireman etc). When I click on one of them, I'd like the details to show up on the right. As all the professions have different 'details', the layout/amount of controls is different for each one.
In Windows development, this is normally done by having several panels (or a pageview) on top of each other, each one with its own set of controls. When you click on a profession, the appropriate panel is brought to the top.
Anyone know how this is handled in XCode/Cocoa?
Thanks for any information,
Breandan.