Hello, I'm starting to program for ios, and I'm not able to run a webview, it always goes blank, see the code:
-(void)viewDidLoad {
[super viewDidLoad];
NSString *fullURL = @"http://conecode.com";
NSURL *url = [NSURL URLWithString:...
asked by
25.09.2014 / 17:59