0

How can I read .epub files like iBook application of apple? Is there any SDK or just java script. If anyone has any idea please let me know.

Thank You.

Michael Eakins
  • 4,149
  • 3
  • 35
  • 54
iGuru
  • 1
  • 3

1 Answers1

0

Just unzip the ePub file and point a UIWebView at the resulting HTML.

  • thanks for your answer, i have done that but i want same effect as iphone iBook has page sliding type.so how can i get that from? – iGuru Oct 25 '10 at 10:38
  • 2
    @iGuru: you need to write code to do that. What have you tried? –  Oct 25 '10 at 12:07