Hello together I found on this side a very good tutorial to add a Pdf view to my xcode project.
But my problem at the end in ViewController .m the size for the pdf is set with
CGRect frame = CGRectMake(0, 100, 768, 800);
But this is for Ipad, how can I set it for iPhone, so that the pdf is showen fullscreen with navigationBar on top?
Thanks for help