Tabbed Bar
-
Shows a list of documents open in a
See morePSPDFTabbedViewController
. This is the view controller used when tapping theoverviewButton
in aPSPDFTabbedBar
.Declaration
Objective-C
@interface PSPDFMultiDocumentListController : PSPDFBaseTableViewController
Swift
class MultiDocumentListController : BaseTableViewController
-
A bar that shows tabs for switching between documents, used by
See morePSPDFTabbedViewController
.Declaration
Objective-C
@interface PSPDFTabbedBar : UIView
Swift
class PDFTabbedBar : UIView
-
Displays multiple
Document
s, which can be easily switched using a top tab bar.Defaults to not showing the document title in the navigation bar and in the overlay, because the title is already displayed in the tab. You can change this behavior by modifying the
showTitle
property.By default the tabbed bar will not be shown if the
See moredocuments
array is empty. Use thebarHidingMode
property to change this.Declaration
Objective-C
@interface PSPDFTabbedViewController : PSPDFMultiDocumentViewController
Swift
class PDFTabbedViewController : MultiDocumentViewController