Version 11
Version 10
Version 9
Version 8
Version 7
Version 6
Version 1
A document outline, or table of contents, demonstrates how the PDF document is organized and helps users see the overall picture. The PTOutlineViewController
class shows the document outline (table of contents) that can be used to navigate through the document being viewed by a PTPDFViewCtrl
by tapping on a bookmark item.
The outline control is part of the Tools library, so make sure you have added the Tools library to your project.
To create a new outline view controller instance and display it from another view controller, supply a PTPDFViewCtrl
instance to the PTOutlineViewController
designated initializer:
The outline view controller is designed to be presented in a popover on iPads. To do so, you must provide the PTOutlineViewController
's PopoverPresentationController
with either:
SourceRect
ANDSourceView
OR
as in the example above.
You can set a delegate to be notified by the outline view controller when outline bookmarks are selected with the PTOutlineViewControllerDelegate
protocol. (See the CompleteReader example for usage of an PTOutlineViewController
.)
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales