views:

24

answers:

0

Considering the following images -

A book item selected in iBooks on iPad: Image of selected item in iBooks

The same UI can be found on the iTunes store app -

Clearly Apple is re-using the same controller, transition and "modal" setup. I am working on an application the needs to perform the same kind of contextual/modal implementation. I have examined the ModalPresentation ViewController methods and find them short on control. What's the best way to go about achieving this interaction?

Extra points for indications about how to achieve the zoom + flip animation transition.