Drux
Drux

Reputation: 12680

Display IBA ebooks inside iOS apps?

Is it possible to display an IBA file (as created with Apple's iBooks Author on OS X) inside an app? Apparently UIWebView is not able to render the format.

Upvotes: 0

Views: 67

Answers (1)

Waynn Lue
Waynn Lue

Reputation: 11385

There's no one component that natively supports it. Since it's a modified EPUB file, you could unzip it and render the html and js inside in a UIWebView.

Upvotes: 1

Related Questions