Create a UIWebView iPhone App in XCode

Note: These instructions are incomplete…

This is a set of instructions on how to create a simple iPhone app using a UIWebView control in XCode.

Step 1 - Create A New Project

Step 2 - Create a New Class

Step 3 - …

IBOutlet UIWebView *mainView;

* Open //mainWindow.xib//
*