Re: duplicating views
Re: duplicating views
- Subject: Re: duplicating views
- From: Torsten Curdt <email@hidden>
- Date: Tue, 17 Jun 2008 18:51:39 +0200
I've just thought of another solution that might be cleaner and more
obvious.
If your substrate view (the one that contains the rest of the
controls) is a custom view class, you need only implement the
NSCoding protocol and conditionally encode the outlets yourself.
Then when the view is copied by the archiving process, the outlets
will be correctly dearchived as well.
Thanks for the suggestions guys!
_______________________________________________
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