WebViewController
IntroductionView controller for web control. DiscussionUse 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. PropertiesurlUrl to load @property (nonatomic, retain) NSString* url; webweb outlet in WebViewController.xib @property (nonatomic, retain) IBOutlet UIWebView* web; |