[iOS] Extend PDFViewCtrl

I am attempting to override the annotation selection functionality of the PDFViewCtrl class.
I wish to select the annotation and show the resize anchors, but hide the toolbar.

Is there a way to override the handleTap event to perform the functionality I need, or perhaps a flag on the view controller to prevent the toolbar from displaying?
Attached is a screen shot of the scenario I am describing.

Thanks.

Screen Shot 2017-03-14 at 1.27.11 PM.png

Yes, all this logic is in the PDFViewCtrlTools project/framework.

In particular the AnnotEdit.m file, or also the Pan.m and Tool.m files.