Search code examples
ios5

Flipping UIViews (like new Text Books flash cards)


How to implement the iOS 5 flipping effect on a view like the one from Apple's new text book study cards?

Here you can see it working (min 2:56): http://www.apple.com/education/#video-textbooks


Solution

  • CoreAnimation, layer based. There's no standard flip animations like that, at least yet.