What should I do if I want to display a specified page when opening a PDF document using PDF SDK for iOS?
by Conor Smith | August 29, 2018
To display a specified page when opening a PDF file, the interface [pdfViewCtrl gotoPage: (int) animated: (BOOL)] should be used. Foxit PDF SDK for iOS utilizes multi-thread to improve rendering speed, so please make sure the document has been loaded successfully before using the gotoPage interface. The first one is that making a conditional statement […]
Keep reading