attisof
attisof

Reputation: 554

How to devide a UIWebView into multiple pages (like iBooks)

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.

Upvotes: 3

Views: 1494

Answers (1)

esqew
esqew

Reputation: 44712

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

Upvotes: 1

Related Questions