Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加类似于 ibooks 应用程序的 epub 查看器等功能。所以我需要明智地在 iphone 应用程序页面中显示 html 或 xml 或 rss 提要页面。我现在该怎么办 ?我与 webview 一起工作。但它不会逐页显示。它显示在 1 页内。
让我问一下,在 webview 中是否可以使用上述功能?如果是,那怎么办?
你有什么其他的想法,请与我分享。
请建议我添加上述功能的流程。如果有人对任何库或源代码有想法,那就太好了。
谢谢
这不是一个简单的问题,我们使用了一些 javaScript 代码来实现这一点,并从 obj-c 中调用它,但-stringByEvaluatingJavaScriptFromString(NSString) 我找不到任何库。
-stringByEvaluatingJavaScriptFromString(NSString)