_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
I have a Nib file containing a single NSView that contains several
controls. I need to make numerous copies of this view (which are
placed as subviews of some containing view). Presently, I load the Nib
for each occurrence needed. But I now wonder if this is the best
approach (going back to the Nib file and loading each time). Is there
an alternative way to achieve this -- perhaps placing the target
NSView in some other Nib container (such as with the controller and
view that manage and contain the multiple instances of the target
view) and somehow creating new instances? I have looked through the
NSView reference material, and some of the Nib reference material, and
don't see any obvious alternative.
- [noob] Best practice for creating multiple instances of a V... Stuart Malin
- Re: [noob] Best practice for creating multiple instanc... I. Savant
- Re: [noob] Best practice for creating multiple ins... Stuart Malin
- Re: [noob] Best practice for creating multiple... Kyle Sluder
- Re: [noob] Best practice for creating multiple... I. Savant
- Re: [noob] Best practice for creating mult... Stuart Malin
- Re: [noob] Best practice for creating... Kyle Sluder
- Re: [noob] Best practice for creating multiple instanc... mmalc Crawford
- Re: [noob] Best practice for creating multiple instanc... Stuart Malin