Programming Reference/Librarys
Question & Answer
Q&A is closed
This is an old revision of the document!
Sometimes you need or want to load a UIWebView displaying content provided with an app. If there is more then one site it might make sense to have an external .css or .js file for all your html content. Whatever, I was facing this problem currently and decided to provide my solution to you.
If you're following this example it is necessary that you are familiar with XCode and UIWebView-Basics.
First we will create the project. Open up XCode and click File→New→Project. Single View Application is the template we want for this purpose.
Select it and click next. Now provide a name for your project. I named mine 'UIWebViewSample'.