I've been messing around with some open source code trying to figure cocoa out. I've gotten an application with multiple views, and I want to put UIWEBVIEWS on the second, third, and fourth view controllers i've made. However for the life of me I can't seem to figure it out I can actually pull down on the touch screen a black/blank UIWEBVIEW on the fourth view controller when I run it on my iphone. I thinks it's just missing the following URL code. any guru's know where I need to put it?
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://xbox-scene.com"]]];
Heres link to the Xcode Project file. THANKS all! http://rapidshare.com/files/340904297/Lane.zip.htm