I Load UIWebView using this code :
NSString *a=@"http://www.google.com/";
NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:a]];
[aWebView loadRequest:theRequest];
But nothing is loaded? What I do wrong?
Please help me
I Load UIWebView using this code :
NSString *a=@"http://www.google.com/";
NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:a]];
[aWebView loadRequest:theRequest];
But nothing is loaded? What I do wrong?
Please help me
try This code may be helped............