3

I am trying to build an application in which I need to divide the webpage into multiple pages. These pages will then be shown as the pages in a book, like the iBooks animation.

First problem to tackle is to divide the webpage into multiple pages and able to view it separately. Any inputs will be helpful.

attisof
  • 544
  • 1
  • 5
  • 11

1 Answers1

1

You should look at this example code, although you must be forewarned that only Private APIs can be used to accomplish this task.

esqew
  • 42,425
  • 27
  • 92
  • 132
  • 1
    Seanny, Thanks for the link. But this is doing the page curl for a PDF. It is very easy to convert PDF into an image based page context. But the challenge I am facing is 'how to convert the webpage' into pages like this on iPhone/iPad. Also is there a way to make sure that the webpages will work as it (with the articles and links in them). – attisof Aug 13 '10 at 10:27
  • hey, did you find how to do that in the end? – Lior Frenkel Apr 14 '11 at 16:29