DTSidePanelControllerSegue Class Reference
| Inherits from | UIStoryboardSegue |
| Declared in | DTSidePanelControllerSegue.h |
Properties
sidePanelController
The DTSidePanelController for the segue.
@property (DT_WEAK_PROPERTY, nonatomic) DTSidePanelController *sidePanelControllerDeclared In
DTSidePanelControllerSegue.hClass 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 *)identifierParameters
- identifier
the segue identifier
Return Value
the option from the segue
Declared In
DTSidePanelControllerSegue.hgetPositionIdentifier:
Returns the position of the sidepanel from the storyboard segue identifier. POSITION(OPTION) e.g.: DTSidePanelCenter(showSettings)
+ (NSString *)getPositionIdentifier:(NSString *)identifierParameters
- identifier
the segue identifier
Return Value
the position of the sidepanel (DTSidePanelLeft, DTSidePanelCenter, DTSidePanelRight, DTSidePanelNone)
Declared In
DTSidePanelControllerSegue.h