Image animation over CGContextDrawPDFPage
Posted
by BittenApple
on Stack Overflow
See other posts from Stack Overflow
or by BittenApple
Published on 2010-05-29T22:35:07Z
Indexed on
2010/05/29
22:42 UTC
Read the original article
Hit count: 172
I have a pdf page displayed with CGContextDrawPDFPage.
I want to keep this page shown and have an image slide in from top over this page, just as it can be seen in the iBooks application.
It's a book, the sliding image is a bookmark that slides in when you are about to close the book.
What is the best way to go about implementing this?
© Stack Overflow or respective owner