Web View General

Adding a simple WebView to a view

In #ViewController.h

	IBOutlet UIWebView *webView1;

(more…)