I think you need to clarify what you mean by "swapping of layers into
views". The page curl transition works fine in a CALayer. I just set
the transition for the "opacity" key so that whenever opacity gets
changed, the transition between the previous layer opacity and the new
is done with a
I am working on animating the swapping of layers into views. By
overriding defaultActionForKey for my layer class, I get correct
transitions for all of the transition filters in the standard set,
except for CIPageCurlTransition. Instead of the page curl, I am seeing
a push transition, where