Open Close (Unfolding) Book Animation In iBooks
Asked Answered
Z

1

0

My app currently basically wires the AQGridView project to the leaves project to make an iBooks (clone-esque) type PDF reader. My problem is, I currently use the pageCurl transition from one view to the next, which is all well and good, but I want to take it to the next level. Has anyone duplicated the iBooks unfolding/ folding book+cover animation? Every question I see about this is just up voted twice with the most noobish and incoherent answers I've ever seen (example a: How to show Book Opening and loading animation as in iBooks?).

Again, for clarification: I know HOW to read the PDF, I'm looking for a view TRANSITION.

EDIT 1: this recent question provided the first half of the answer (expanding the view to fill the screen) File opening animation like in iBooks and Photos.app on iPad

Zeta answered 14/12, 2011 at 4:48 Comment(0)
P
1

I won't write the code for you, but what you're trying to do does sound like a keyframe animation. It's a lot more verbose than using UIView's wrapper to create animations, but you can do much more with it.

Proton answered 27/12, 2011 at 11:8 Comment(1)
Thanks for your suggestion. I went with a more original implementation, but it is still an iBooks-esque animation. And I've had a look at PSPDF, and I just think in the back of my mind that I shouldnt be paying for something I can do myself...Zeta

© 2022 - 2024 — McMap. All rights reserved.