Custom UlAction could not insert into menu in PdfView

TextView has a function:

func textView(_ textView: UITextView, editMenuForTextin range: NSRange, suggestedActions: [UIMenuElement]) -> UIMenu? {... } 

to add custom UlAction into context menu.

But PdfKit has no way to insert a custom UlAction into the context menu popped up by long press on PdfView page.

You are correct – this is not currently possible in PDFKit. Please use Feedback Assistant to request new API.

Custom UlAction could not insert into menu in PdfView
 
 
Q