iPhone Programming - Load a UIWebview HD
A Tutorial teaching you how to implement a UIWebview and load a website using the viewDidLoad method. Main Code Used: - (void)viewDidLoad { [webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.co.uk/"]]]; [super viewDidLoad]; } Next Video: http://www.youtube.com/watch?v=JhDQ9Vj4RdY Link: http://developer.apple.com/devcenter/ios/index.action Website: http://failcake.webs.com/ Twitter: http://twitter.com/failcakeapps Channel: http://youtube.com/milmersxcode