Re: Copying an NSView?
Re: Copying an NSView?
- Subject: Re: Copying an NSView?
- From: "Erik M. Buck" <email@hidden>
- Date: Sat, 26 Jan 2002 19:43:53 -0600
- Organization: EMB & Assocites Inc.
NSViews can be copied in a way.
Archive the view into NSData and then unarchive it. Presto-a copy.
This is a good way to copy any complex web of objects and/or perform deep
copies.
----- Original Message -----