0

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.

Drux
  • 11,992
  • 13
  • 66
  • 116

1 Answers1

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