Inherits from UIView
Conforms to YLAnnotationView
Declared in YLWebAnnotationView.h
YLWebAnnotationView.m

Overview

View for displaying web annotations.

Tasks

Other Methods

  •   webView

    The UIWebView object used to display the web page.

    property

Other Methods

Properties

webView

The UIWebView object used to display the web page.

@property (nonatomic, readonly) UIWebView *webView

Discussion

The UIWebView object used to display the web page.

Declared In

YLWebAnnotationView.h

Instance Methods

didShowPage:

Called when page is shown.

- (void)didShowPage:(NSUInteger)page

Parameters

page

Page number starting from 0.

Discussion

Called when page is shown.

Declared In

YLAnnotationView.h

setAnnotation:

The annotation object represented by this view.

- (void)setAnnotation:(YLAnnotation *)annotation

Discussion

The annotation object represented by this view.

Declared In

YLAnnotationView.h

willHidePage:

Called when page is hidden.

- (void)willHidePage:(NSUInteger)page

Parameters

page

Page number starting from 0.

Discussion

Called when page is hidden.

Declared In

YLAnnotationView.h