Reading Epub File in iphone SDK
How can I read .epub files like iBook application of apple? Is there any SDK or just java script. I开发者_运维百科f anyone has any idea please let me know.
Thank You.
Just unzip the ePub file and point a UIWebView
at the resulting HTML.
精彩评论