Using CATransition for large views
Using CATransition for large views
- Subject: Using CATransition for large views
- From: PCWiz <email@hidden>
- Date: Thu, 10 Dec 2009 08:02:00 -0700
I'm using CATransition to swap views with [[view animator] replaceSubview:oldView with:newView]
The issue here is that when swapping between views with a large amount of content (e.g. a collection view with hundreds of items) there is a very noticeable 1-2 second delay before the animation starts.
This doesn't seem to be an issue with CATransition itself, as using replaceSubview:with: without the animator proxy still has the same issue. Is there another way in which I could still use CATransition, but be able to swap large views fast and smooth?
Thanks_______________________________________________
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