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 (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

Reply via email to