Sen*_*mar 6 objective-c epub ipad ios
我需要显示共享epub文件中的封面图像(如iBooks和kindle).
假设我共享多本书意味着解压缩需要很长时间.
这是替代方式吗?
我在Google上花了更多时间.但我无法得到解决方案.
请用示例代码说明一下.
提前致谢.,
您可以解压该文件并转到 OEBPS 文件夹来查找图像文件。
在命令行运行这个
unzip abc.epub // replace the abc.epub file with your epub file path
Run Code Online (Sandbox Code Playgroud)