Conforms to NSObject
Declared in YLPagesToolbar.h

Overview

Implement this delegate to get notifications from the pages toolbar about taps on page numbers/thumbnails.

Tasks

Instance Methods

pagesToolbar:tappedOnPage:

Called when the user taps on a page thumbnail.

- (void)pagesToolbar:(YLPagesToolbar *)toolbar tappedOnPage:(NSUInteger)page

Parameters

toolbar

The YLPagesToolbar object informing the delegate.

page

Page number starting from 0.

Discussion

Called when the user taps on a page thumbnail.

Declared In

YLPagesToolbar.h