Quote:
Originally Posted by sukumar_77
If you are adding a pdf file as a resource file, then following code can be used.
Code:
NSString *pdfPath = [[NSBundle mainBundle] pathForResource:@"pdfFileName" ofType:@".pdf"];
NSURL *pdfURL = [NSURL URLWithString:pdfPath];
|
Hallo.
Thanks for this very good tutorial!
Please show me the exact position of this code.
I can't make it work correct.
Thanks Martin