- Fix bugs
- Refactoring
- Now you can set
root
, left
and right
view controllers right from storyboard using segues.
You need to create side menu
segue or Custom
segue of class LGSideMenuSegue
and set identifier to root
, left
or right
. For more info read README.md
- Add new methods
- (void)showLeftView;
- (void)hideLeftView;
- (void)toggleLeftView;
- (void)showLeftViewAnimated;
- (void)hideLeftViewAnimated;
- (void)toggleLeftViewAnimated;
- (void)showRightView;
- (void)hideRightView;
- (void)toggleRightView;
- (void)showRightViewAnimated;
- (void)hideRightViewAnimated;
- (void)toggleRightViewAnimated;