cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.9k stars 445 forks source link

click event of href #177

Open veenasree1 opened 6 years ago

veenasree1 commented 6 years ago

How to get the click event of href in rich editor view? In this ,there is a delegate function shouldInteractWith ,that is only calling when the url completed its loading.I need the functionality calling on when the user clicks the href link.

Regards