objective c - ePub reader api For iPhone/iPad -


Is there any API reader API available for iPhones / iPads?

If the app is essentially HTML then you can either use UIWebView to display it Or you can use a framework or an open source component to implement your own rendering.

Comments