WebViewController

Conforms to:
UIWebViewDelegate, UIActionSheetDelegate
Superclass:
UIViewController
Declared In:

Introduction

View controller for web control.

Discussion

Use this class when you need to embed a web control inside an app. This class includes a more button to load the url in the Safari.



Properties

url

Url to load

web

web outlet in WebViewController.xib


url


Url to load

@property (nonatomic,
    retain) NSString* url; 

web


web outlet in WebViewController.xib

@property (nonatomic,
    retain) IBOutlet UIWebView* web;