A slightly advanced tutorial teaching you how to create forward/back/refresh and home buttons on a UIWebview.
Main Code Used:
-(IBAction)refresh:(id)sender {
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.co.uk/"]]];
}
(void)viewDidLoad {
[self refresh:self];
[super viewDidLoad];
}
Next Video: • iPhone Programming - Making a URL bar...
Previous Video: • iPhone Programming - Load a UIWebview
Link: http://developer.apple.com/devcenter/...
Website: http://failcake.webs.com/
Twitter: / failcakeapps
Channel: / milmersxcode