-1
I have an App that presents itself initially with a TableViewController where each cell leads to a ViewController simple.
But each Viewcontroller presents many Urls that are automatically recognized within Textviews and it would be very stressful to use a Safarivc process for each URL.
So, how do I do for the Urls of TextView open a SafariViewController?
