I've implemented a custom flip using CATransform3DMakeRotation (see UIView vertical flip animation). It works fine, causing the flip, the problem is that it is only a simple rotation.
How can I mimic the iOS style flip where the view seems to skew during the flip?
Cheers!!