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

Properties

webView

Reference to the UIWebView object.

@property (nonatomic, readonly) UIWebView *webView

Discussion

Reference to the UIWebView object.

Declared In

YLWebViewController.h

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