PTNavigationListsViewControllerVisibility
enum PTNavigationListsViewControllerVisibility : NSUInteger {}
The visibility of a list view controller in a PTNavigationListsViewController
instance.
-
Show the list view controller if has content.
Declaration
Objective-C
PTNavigationListsViewControllerVisibilityAutomatic
Swift
case automatic = 0
-
Show the list view controller even if it has no content.
Declaration
Objective-C
PTNavigationListsViewControllerVisibilityNeverHidden
Swift
case neverHidden = 1
-
Always hide the list view controller.
Declaration
Objective-C
PTNavigationListsViewControllerVisibilityAlwaysHidden
Swift
case alwaysHidden = 2