如何在iOS应用程序中打开iba(iBooks Author)书籍?

时间:2012-04-11 12:02:29

标签: ibooks

是否可以在iOS应用中解析和阅读iba书籍?

1 个答案:

答案 0 :(得分:0)

如果没有大量的逆向工程,这可能是不可能的。 mib.octobor建议,.iba文件在epub上基于 ,但布局和渲染不是通过普通的html,css和javascript实现的。 Apple在.iba中使用了很多专有代码,尤其是构建小部件。

Baldur Bjarnason在这篇文章中感叹这一事实,你可以更好地了解这种情况:http://www.baldurbjarnason.com/notes/the-ibooks-builtin-widgets/

Daniel Glazman撰写的文章也很有用:http://www.glazman.org/weblog/dotclear/index.php?post/2012/01/20/iBooks-Author-a-nice-tool-but