Declared in SCViewControllerTypedefs.h

SCNavigationBarType

@enum The types of navigation bars used in SCViewController and SCTableViewController.

Constants

SCNavigationBarTypeAuto

Have the presenter control determine the best navigation bar type. Only applicable when the view controller is a detail view controller.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeNone

Navigation bar with no buttons. If the view controller is on a navigation stack, the default back button is displayed.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeAddLeft

Navigation bar with an Add button on the left.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeAddRight

Navigation bar with an Add button on the right.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeEditLeft

Navigation bar with an Edit button on the left.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeEditRight

Navigation bar with an Edit button on the right.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeAddRightEditLeft

Navigation bar with an Add button on the right and an Edit button on the left.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeAddLeftEditRight

Navigation bar with an Add button on the left and an Edit button on the right.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeDoneLeft

Navigation bar with a Done button on the left.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeDoneRight

Navigation bar with a Done button on the right.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeDoneLeftCancelRight

Navigation bar with a Done button on the left and a Cancel button on the right.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeDoneRightCancelLeft

Navigation bar with a Done button on the right and a Cancel button on the left.

Declared In SCViewControllerTypedefs.h.

SCNavigationBarTypeAddEditRight

Navigation bar with both an Add and Edit buttons on the right.

Declared In SCViewControllerTypedefs.h.

Declared In

SCViewControllerTypedefs.h