SideMenuSegue
open class SideMenuSegue : UIStoryboardSegue
Custom Segue that is required for SideMenuController to be used in Storyboard.
-
The type of segue
- content: represent the content scene of side menu
- menu: represent the menu scene of side menu
Declaration
Swift
public enum ContentType : String
-
current content type
Declaration
Swift
public var contentType: SideMenuSegue.ContentType
-
Performing the segue, will change the corresponding view controller of side menu to
destination
view controller. This method is called when loading from storyboard.Declaration
Swift
open override func perform()