tags:

views:

10

answers:

0

ihave write the following code but it does nothing in consloe it shows Unknown scheme, doing nothing

[webview setDeleagte self];
[webView loadRequest:[[NSURLRequest alloc] initWithURL:[[NSURL alloc] initWithString:sourcelinkStr]]];