开发者

website not upload using webview

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] initWi开发者_如何转开发thString:sourcelinkStr]]];


NSString *strURL = @"https://facebook.com";
NSURL *url = [NSURL URLWithString:strURL];
webView.delegate = self;
[webView loadRequest:[NSURLRequest requestWithURL:url]];

now , we have to define Methods For LoadRequest
thanks..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜