How expensive is it to next multipel views?
How expensive is it to next multipel views?
- Subject: How expensive is it to next multipel views?
- From: "Eric Lin" <email@hidden>
- Date: Sun, 30 Apr 2006 20:54:07 -0700
In order to support animation of subviews, I'm strategically nesting my
subviews within multiple NSViews to simply the animation code (i.e. rather
then moving each component inidividually, I can move the whole parent view
at once). However, I'm wondering how expensive it is to extraneous NSViews
like this for no purpose other than supporting animation. Since I heard the
graphics context and all are pretty expensive to keep (and hence the need
for NSCell and all that).
The same effect could certainly be achieved with no parent view(s), ableit
with slightly more complex code.
Please advise.
Thanks,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden