SCNavigationBarType
enum SCNavigationBarType {}
@enum The types of navigation bars used in SCViewController and SCTableViewController.
-
Have the presenter control determine the best navigation bar type. Only applicable when the view controller is a detail view controller.
Declaration
Objective-C
SCNavigationBarTypeAuto -
Navigation bar with no buttons. If the view controller is on a navigation stack, the default back button is displayed.
Declaration
Objective-C
SCNavigationBarTypeNone -
Navigation bar with an Add button on the left.
Declaration
Objective-C
SCNavigationBarTypeAddLeft -
Navigation bar with an Add button on the right.
Declaration
Objective-C
SCNavigationBarTypeAddRight -
Navigation bar with an Edit button on the left.
Declaration
Objective-C
SCNavigationBarTypeEditLeft -
Navigation bar with an Edit button on the right.
Declaration
Objective-C
SCNavigationBarTypeEditRight -
Navigation bar with an Add button on the right and an Edit button on the left.
Declaration
Objective-C
SCNavigationBarTypeAddRightEditLeft -
Navigation bar with an Add button on the left and an Edit button on the right.
Declaration
Objective-C
SCNavigationBarTypeAddLeftEditRight -
Navigation bar with a Done button on the left.
Declaration
Objective-C
SCNavigationBarTypeDoneLeft -
Navigation bar with a Done button on the right.
Declaration
Objective-C
SCNavigationBarTypeDoneRight -
Navigation bar with a Cancel button on the left.
Declaration
Objective-C
SCNavigationBarTypeCancelLeft -
Navigation bar with a Done button on the left and a Cancel button on the right.
Declaration
Objective-C
SCNavigationBarTypeDoneLeftCancelRight -
Navigation bar with a Done button on the right and a Cancel button on the left.
Declaration
Objective-C
SCNavigationBarTypeDoneRightCancelLeft -
Navigation bar with both an Add and Edit buttons on the right.
Declaration
Objective-C
SCNavigationBarTypeAddEditRight
View on GitHub
Install in Dash
SCNavigationBarType Enumeration Reference