In one of my views, I just want to show a pdf file in a UIWebView.
My header file code:
And here is the method in the implementation file:
- (void)viewDidLoad {
The application starts normally, it does not crash and nothing. Reference outputs are set, but it does not show PDF. The console says:
DiskImageCache: Failed to resolve the absolute path of the old directory. could not find pdf header: `% pdf 'not found.
The PDF is in the project directory, I double checked that it was written correctly.
What can i do here? Any help would be appreciated.
xcode pdf
Stephan kΓΆnig
source share