Declared in SCViewControllerTypedefs.h

SCPresentationMode

@enum The types of presentation modes used with SCViewController and SCTableViewController.

Definition

typedef NS_ENUM(NSInteger, SCPresentationMode ) {
   SCPresentationModeAuto,
   SCPresentationModeModal,
   SCPresentationModePush,
   SCPresentationModePopover,
   SCPresentationModeCustom,
};

Constants

SCPresentationModeAuto

The presenting control automatically determines how to present the view controller.

Declared In SCViewControllerTypedefs.h.

SCPresentationModeModal

The the view controller gets presented modally.

Declared In SCViewControllerTypedefs.h.

SCPresentationModePush

The the view controller is pushed into the navigation stack (when possible).

Declared In SCViewControllerTypedefs.h.

SCPresentationModePopover

The the view controller is presented inside a popover (only valid on supported devices).

Declared In SCViewControllerTypedefs.h.

SCPresentationModeCustom

The user will handle presenting the detail view. The presentation is typically handeled by implementing the customPresentDetalViewController action/delegate.

Declared In SCViewControllerTypedefs.h.

Declared In

SCViewControllerTypedefs.h