Hi Guys,
I am currently building an ebook tool. I have used UIViewView to load the content. Its working fine.
But the issue here is content loading time, each page takes 3 seconds to load and the content does not fits to page. Seems UIWebView has some memory issue too.
Should I use UIWebView to load pdf content or Should I take a new approach?
What would be best.
Regards