Skip to content

1.0.5

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 06 Nov 17:08
· 235 commits to master since this release

Fix bug with status bar. Update demo projects.

Now you can:

  • Set swipe gesture area
    • sideMenuController.swipeGestureArea = LGSideMenuSwipeGestureAreaBorders;
    • sideMenuController.swipeGestureArea = LGSideMenuSwipeGestureAreaFull;
  • Set status bar style and animation for every menu
    • sideMenuController.leftViewStatusBarStyle = UIStatusBarStyle...;
    • sideMenuController.rightViewStatusBarStyle = UIStatusBarStyle...;
    • sideMenuController.leftViewStatusBarUpdateAnimation = UIStatusBarAnimation...;
    • sideMenuController.rightViewStatusBarUpdateAnimation = UIStatusBarAnimation...;
  • Set animation speed for every menu
    • sideMenuController.leftViewAnimationSpeed = 0.5;
    • sideMenuController.rightViewAnimationSpeed = 0.5;