Inherits from UIView
Declared in YLTiledView.h
YLTiledView.m

Overview

This is the view that hosts the real-time rendered PDF page. The layer of this view is a CATiledLayer.

Tasks

Initialization

Instance Methods

initWithDocument:page:

Initializes a YLTiledView instance and returns it to the caller.

- (id)initWithDocument:(YLDocument *)document page:(NSUInteger)page

Parameters

document

Reference to the document.

page

Page number starting from 0.

Return Value

An initialized YLTiledView instance.

Discussion

Initializes a YLTiledView instance and returns it to the caller.

Declared In

YLTiledView.h