how can i create a custom quick view(add subview) on long press tap at pdf?

Please reply me asap

Hello Rabindara,

Thank you for contacting us about this. If you would like to add a custom subview overlay you can do so by adding it as a subView in PTPDFViewCtrl. For more information, please refer to this guide:
https://www.pdftron.com/documentation/ios/guides/advanced/adding-a-uiview-to-a-pdf-page/

If you would like to override the default behaviour of long press and tap, you can do so by first subclassing the PTDocumentViewController then overriding the HandleTap and HandleLongPress methods.

Note, if you are using PTTabbedDocumentViewController, you will still need to do the same as above, but instead of instantiating your subclass, you can use the PTOverrides.OverrideClass method described below:
https://www.pdftron.com/documentation/ios/guides/tools/customization/#override-classes

Please let us know if this works for you, and if you have any further questions.