I have an App that initially presents with a TableViewController
where each cell leads to a ViewController
simple.
However, each ViewController displays 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 make the URLs of TextView
open SafariViewController
?