Inherits from UIStoryboardSegue
Declared in DTSidePanelControllerSegue.h

Overview

A segue for setting the DTSidePanelController panel ViewController via storyboard.

Properties

sidePanelController

The DTSidePanelController for the segue.

@property (DT_WEAK_PROPERTY, nonatomic) DTSidePanelController *sidePanelController

Declared In

DTSidePanelControllerSegue.h

Class Methods

getOptionIdentifier:

Returns the option for the sidepanel from the storyboard segue identifier. The option can be used to identify the segue in your ViewController and wont be used by the DTSidePanelController. POSITION(OPTION) e.g.: DTSidePanelCenter(showSettings)

+ (NSString *)getOptionIdentifier:(NSString *)identifier

Parameters

identifier

the segue identifier

Return Value

the option from the segue

Declared In

DTSidePanelControllerSegue.h

getPositionIdentifier:

Returns the position of the sidepanel from the storyboard segue identifier. POSITION(OPTION) e.g.: DTSidePanelCenter(showSettings)

+ (NSString *)getPositionIdentifier:(NSString *)identifier

Parameters

identifier

the segue identifier

Return Value

the position of the sidepanel (DTSidePanelLeft, DTSidePanelCenter, DTSidePanelRight, DTSidePanelNone)

Declared In

DTSidePanelControllerSegue.h