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

Overview

View for displaying audio annotations.

Tasks

Other Methods

  •   audioPlayer

    The MPMoviePlayerController used to play the audio file.

    property
  •   autostart

    A Boolean value indicating wether audio playback should begin automatically.

    property

Other Methods

Properties

audioPlayer

The MPMoviePlayerController used to play the audio file.

@property (nonatomic, readonly) MPMoviePlayerController *audioPlayer

Discussion

The MPMoviePlayerController used to play the audio file.

Declared In

YLAudioAnnotationView.h

autostart

A Boolean value indicating wether audio playback should begin automatically.

@property (nonatomic, assign) BOOL autostart

Discussion

A Boolean value indicating wether audio playback should begin automatically.

Declared In

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