Re: How to switch off NSCollectionView fade animations
Re: How to switch off NSCollectionView fade animations
- Subject: Re: How to switch off NSCollectionView fade animations
- From: "Kyle Sluder" <email@hidden>
- Date: Sun, 10 Aug 2008 19:30:21 -0400
On Sun, Aug 10, 2008 at 3:22 PM, Markus Spoettl
<email@hidden> wrote:
> So I'd really really like to completely switch animation off for the
> collection view if that is possible. Is it?
Dunno if it's possible. If you want to try to hack around it, see if
NSCollectionView posts any notifications when it's starting to
animate. Then have your views listen for those notifications and, in
-drawRect:, draw some sort of cached bitmap representation or other
efficient output.
HTH,
--Kyle Sluder
_______________________________________________
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