iPhone Programming - Load a UIWebview

Опубликовано: 01 Апрель 2026
на канале: MilmersXcode
7,898
35

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