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
-  Open XCode and create a new project 
-  Select Window-based Application 
-  Give your application a name 
Step 2 - Create a New Class
-  Right click on Classes 
-  Select Add, New File 
-  Select Cocoa Touch Class under iOS 
-  Highlight Objective-c Class and click Next 
-  Name it main.m and click Finish 
Step 3 - …
IBOutlet UIWebView *mainView;
* Open //mainWindow.xib//
*