Most tutorials on embedding a UIWebView in an iPhone app are based on older versions of Xcode. Here's an example: http://howtomakeiphoneapps.com/uiwebview-tutorial/239/
We followed the steps in that tutorial, but the steps don't quite translate to Xcode 4.2
There is no concept of a File Owner, for instance, but there is a "storyboard."
Another question: how to link the UIWebView to the UIWebView IBOutlet?
When we add the UIWebView and connect it to the ViewController, all we see is a white screen. The web page never loads.
Could anyone share tips on loading a web page with UIWebView for Xcode 4.2?