How can I make an UIWebView load an webpage, but the URL is on a UILabel?I know its all about encodings,but how i’m using the following code!
NSString *urlAddress = //####### THIS SHOUL BE EQUAL TO MY LABEL URL #######//
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[webView loadRequest:requestObj];
You can get property
textof classUILabelto access its value: