Making a URL request

suggest change

Load content in webview from the url

Swift

webview.loadRequest(NSURLRequest(URL: NSURL(string: "http://www.google.com")!))

Objective-C

[webview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents