简体   繁体   English

如何在不使用UIWebView的情况下在iPhone应用程序中显示epub文件内容?

[英]How to display epub file content in iPhone application without using UIWebView?

First I created an application loading epub file content into UIWebView. 首先,我创建了一个将epub文件内容加载到UIWebView的应用程序。 But the content displayed in simulator but not displayed in iPhone device.I don't know how to get the content in devices also. 但是内容显示在模拟器中但没有显示在iPhone设备中。我也不知道如何在设备中获取内容。 Is any settings need to set in devices? 是否需要在设备中进行任何设置? Can u please help me. 你能帮我吗? or Is any possible to load epub file in iPhone application without using UIWebView? 或不使用UIWebView是否可以在iPhone应用程序中加载epub文件?

Thanks in Advance...... 提前致谢......

If something works in the Simulator and not the device, check the file name VERY carefully. 如果某些东西在模拟器中起作用而不在设备中起作用,请仔细检查文件名。 If the capitalization in your code is not the same as the file it will work in the simulator, but not the device. 如果代码中的大写字母与文件中的大写字母不同,它将在模拟器中起作用,但在设备中无效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM