YLWebViewController Class Reference
Inherits from | UIViewController |
Conforms to | UIWebViewDelegate |
Declared in | YLWebViewController.h YLWebViewController.m |
Overview
This view controller is used to display web pages for modal YLWebAnnotationView annotation views.
Tasks
-
webView
Reference to the UIWebView object.
property -
– initWithURL:
Initializes a YLWebViewController and returns it to the caller.
Instance Methods
initWithURL:
Initializes a YLWebViewController and returns it to the caller.
- (id)initWithURL:(NSURL *)url
Parameters
- url
Url of the web page that should be displayed.
Return Value
An initialized YLWebViewController object.
Discussion
Initializes a YLWebViewController and returns it to the caller.
Declared In
YLWebViewController.h