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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -