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

Overview

View for displaying video annotations.

Tasks

Other Methods

  •   moviePlayer

    Reference to the MPMoviePlayerController object used for playing the video.

    property
  •   autostart

    A Boolean that indicates wether the movie should begin playback automatically.

    property

Other Methods

Properties

autostart

A Boolean that indicates wether the movie should begin playback automatically.

@property (nonatomic, assign) BOOL autostart

Discussion

A Boolean that indicates wether the movie should begin playback automatically.

Declared In

YLVideoAnnotationView.h

moviePlayer

Reference to the MPMoviePlayerController object used for playing the video.

@property (nonatomic, readonly) MPMoviePlayerController *moviePlayer

Discussion

Reference to the MPMoviePlayerController object used for playing the video.

Declared In

YLVideoAnnotationView.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