Inherits from UITableViewController
Declared in YLOutlineViewController.h
YLOutlineViewController.m

Overview

This view controller is used to display the outline a PDF file.

Tasks

  •   popoverController

    The parent controller must set the popover controller that should be used to present the outline view controller. This is only required on the iPad.

    property
  • – initWithPDFController:

    Initializes a YLOutlineViewController object and returns it to the caller.

Properties

popoverController

The parent controller must set the popover controller that should be used to present the outline view controller. This is only required on the iPad.

@property (nonatomic, assign) UIPopoverController *popoverController

Discussion

The parent controller must set the popover controller that should be used to present the outline view controller. This is only required on the iPad.

Declared In

YLOutlineViewController.h

Instance Methods

initWithPDFController:

Initializes a YLOutlineViewController object and returns it to the caller.

- (id)initWithPDFController:(YLPDFViewController *)controller

Parameters

controller

Reference to the parent YLPDFViewController instance.

Return Value

An initialized YLOutlineViewController instance.

Discussion

Initializes a YLOutlineViewController object and returns it to the caller.

Declared In

YLOutlineViewController.h