Adjusting Content Inset

Is it possible to adjust the content inset of the PDF view?

I have a navigation bar and toolbar which I like to toggle show/hide - thus I want the frame of the view to go underneath the views, but inset the content top and bottom by the navigation bar height and toolbar height, respectively.

Thanks for the help!

Could you confirm which platform you are asking about (e.g. iOS).

Yeah iOS

The control currently supports adding extra space at the bottom using the method setExtraVerticalContent:, which is called internally when keyboard events take place. We don’t currently have a method to do the same at the top, you would need move the control down.

Okay, thank you for the reply