Re: Multiple Views in a Single Drawer??
Re: Multiple Views in a Single Drawer??
- Subject: Re: Multiple Views in a Single Drawer??
- From: "email@hidden" <email@hidden>
- Date: Thu, 6 Nov 2003 18:10:29 +0100
Hi,
You can use drawer's setContentView method.
Design the different views in IB, add an outlet on each view, and
change them using setContentView:
[drawer setContentView:myView1)];
Hope that help.
--
thierry - FRANCE
CANADA/Montreal soon...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.