Swift: Triggering TableViewCell to lead to a link in a UIWebView in another ViewController
问题 When i tap a tableViewCell I want a link (that is specific to that cell's indexPath.row ) to open up in a new viewController with a webView. Example: I tap the 3rd cell in the tableView and www.apple.com opens up on a new viewController. I'm trying to do that with didSelectRowAtIndexPath but I can't figure out how to put the code together so that the code from the linksArray (where i have all the links stored) works together when I tap the tableViewCell I'm querying these links from Parse.com