I need to open a pdf file, which is located in my local resources folder with iBooks. I have done the following:
-(IBAction)openingPDF:(id)sender {
Now I want to close my application and open this pdf file using iBooks. How to achieve this? What else do I need to add? Any suggestions or samples? Thanks in advance.
source share