I have an editable UITextView, and if user prints text, containing an image link, I want that image to be opened in my second ViewController and not in a Safari web browser (as it is done by default).
How can I do it?
P.S. The UITextView behavior is set to "Selectable" and Data Detectors are set to "Link".