Re: Seeking advice on best practice for managing visibility of many subviews
Re: Seeking advice on best practice for managing visibility of many subviews
- Subject: Re: Seeking advice on best practice for managing visibility of many subviews
- From: Alexander Spohr <email@hidden>
- Date: Thu, 2 Apr 2009 10:54:00 +0200
Am 02.04.2009 um 04:47 schrieb Stuart Malin:
I have a view that has hundreds of subviews.
This sounds like a conceptual error. You could make something like
cells instead of views, to avoid the NSView overhead. Arrange them in
groups (NSArray/NSSet?) Then just don’t draw the groups you don’t want.
atze
_______________________________________________
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