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
-
Allows displaying multiple
See morePSPDFDocuments
, easily switchable via 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 theshowTitle
property.Declaration
Objective-C
@interface PSPDFTabbedViewController : PSPDFMultiDocumentViewController
Swift
class PDFTabbedViewController : MultiDocumentViewController