How to split a UIWebView into multiple pages (e.g. iBooks)

I am trying to create an application in which I need to split a web page into several pages. These pages will appear as pages in a book, such as animations of iBooks.

The first problem to solve is the division of the web page into several pages and the ability to view separately. Any inputs would be helpful.

+3
source share
1 answer

You should look at this sample code, although you need to warn that only private APIs can be used to complete this task.

+1
source

Source: https://habr.com/ru/post/1759325/


All Articles