Remove menu items from More menu

I need to remove the “Add Pages” option from the menu that appears when tapping on the “More” (…) button. I was hoping there would be an “isHidden” property for it, but I can’t seem to find it. Any help would be greatly appreciated. Please see screenshot for reference, thanks!

Screen Shot 2020-12-28 at 12.55.43 PM.png

Hello,

You can hide the “Add Pages” option from the menu with the isAddPagesButtonHidden property on the PTDocumentViewController class.

Please let us know how the above works for you and if you have any other questions. Thank you.

Screen Shot 2020-12-28 at 12.55.43 PM.png

This was exactly what i needed, thank you!