EPub reader api For iPhone / iPad

Is there an e-book reader API for iPhone / iPad?

+4
source share
1 answer

Epub is essentially HTML. This way you can use the UIWebView to display it, or use the Framework component or the open source component like https://github.com/Cocoanetics/NSAttributedString-Additions-for-HTML to implement your own rendering.

+2
source

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


All Articles