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.
Asked
Active
Viewed 64 times
1 Answers
1
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.

Waynn Lue
- 11,344
- 8
- 51
- 76