tags:

views:

33

answers:

1

Hello,

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.

A: 

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

Graham Lee
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
@iGuru: you need to write code to do that. What have you tried?
Graham Lee