I've got a viewController with an TextView where feed are loaded in and when there's a link in it and you tab on it a webview should load up with the link. So I've created a webview, but how should the if statement that says: "if there's a url load the webviewcontroller with this url" look?
In the WebViewController I've got:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@""]]];