Hi,
I want to view a PDF file that was added to the list of my app's resources.
I tried the following, but it did not work.
NSURL *url = [NSURL URLWithString"file:Users Guide.pdf"];
[[UIApplication sharedApplication] openURL:url];
Anyways suggestions?
I want to view a PDF file that was added to the list of my app's resources.
I tried the following, but it did not work.
NSURL *url = [NSURL URLWithString"file:Users Guide.pdf"];
[[UIApplication sharedApplication] openURL:url];
Anyways suggestions?