iOS: Document OnLoad event

On Android there is a DocumentLoadListener. How can I know in iOS if a PDF document has been loaded? Background: After loading I want to jump directly to a certain page.

You can use PDFViewCtrlDelegate’s -(void)onSetDoc:(PDFDoc*)doc selector.

I was doubting that this method is only called when the document has already been loaded. Just from the name and the short documentation I supposed it’s being called right after the document has been set.
Am Dienstag, 21. Januar 2014 19:04:45 UTC+1 schrieb James:

You can use PDFViewCtrlDelegate’s -(void)onSetDoc:(PDFDoc*)doc selector.