I\'m making a navigation controller class for Mac OS X.
I want to replace the current view with a kCATransitionPush
animation.
Like in this post:
The best way I've found to get smooth Core Animation transitions that works regardless of whether the view supports CA or not is to do the following:
NSView -cacheDisplayInRect:toBitmapImageRep
or a similar method