SCPresentationMode
enum SCPresentationMode {}
@enum The types of presentation modes used with SCViewController and SCTableViewController.
-
The presenting control automatically determines how to present the view controller.
Declaration
Objective-C
SCPresentationModeAuto -
The the view controller gets presented modally.
Declaration
Objective-C
SCPresentationModeModal -
The the view controller is pushed into the navigation stack (when possible).
Declaration
Objective-C
SCPresentationModePush -
The the view controller is presented inside a popover (only valid on supported devices).
Declaration
Objective-C
SCPresentationModePopover -
The user will handle presenting the detail view. The presentation is typically handeled by implementing the customPresentDetalViewController action/delegate.
Declaration
Objective-C
SCPresentationModeCustom
View on GitHub
Install in Dash
SCPresentationMode Enumeration Reference