I would like to create an application that downloads a PDF from the Internet and displays it to the user. I would like to reuse the PDF viewer built-in PDF tool that is used in the main applications to view a PDF document.
Is there any way to do this?
For this you can simply use the UIWebView class.
Try the following: https://github.com/vfr/Reader