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: • iPhone Programming - Making Buttons contro...
Link: http://developer.apple.com/devcenter/...
Website: http://failcake.webs.com/
Twitter: / failcakeapps
Channel: / milmersxcode