Skip to content

2.0.7

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 28 Mar 11:36
· 143 commits to master since this release
  • 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;