Node is saved as draft in My Content >> Draft
-
load Url in web View
HI guys,
Do you know how to load a url in UIWebView?
Please check the below code -
UIWebView *chartsWebView;
[chartsWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
chartsWebView.scalesPageToFit=YES;
0 Comment(s)