Re: View swapping questions
Re: View swapping questions
- Subject: Re: View swapping questions
- From: Andy Lee <email@hidden>
- Date: Tue, 4 Nov 2008 13:27:44 -0500
On Nov 4, 2008, at 1:00 PM, Robert Mullen wrote:
oldView = [window contentView];
[window setContentView:newView];
and then swapping them back out on a segmented cell action
[window setContentView:oldView];
You could do it this way, but I suspect it would be simpler to use a
tabless NSTabView.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden