I have some HTML content in my app using UIWebView. I’d like to have a link in the HTML content that trigger my app to perform a segue or load another view controller.
For example, if I have some HTML content that includes the text “Check out our current specials”, I want to use an tag to enable “specials” to load the Specials view controller from the storyboard.
Is there any way to achieve this?
I don’t have code to show you but I believe I can show you the right direction because I have had to do this before. Here is a way to do it.
Hope this helps.