InteractiveSideMenu Versions Save

iOS Interactive Side Menu written in Swift.

2.3

6 years ago

Changed

  • Renamed SideMenuItemShadow to SideMenuItemOptions to allow for additional visual properties to be changed. (Sorry for the volitility. The new name gives better flexibility going forward.)
  • Moved the drop shadow customization for the opened menu item to a property on SideMenuItemOption called shadow. Use the Shadow struct now to assign your custom values.
  • MenuContainerViewController's shadowOptions property has been renamed to currentItemOptions

2.2.1

6 years ago

2.2

6 years ago

Added

  • Ability to globally change the drop shadow of the current content view while the menu is open (#61)
  • New sample project controller to tweak the transition settings
  • Status bar color can now be updated on a controller by controller basis

Changed

  • Changed default contentScale value from 0.88 to 0.86 (#53, #66, #72)
  • Updated sample project to better reflect the README demo gif

Breaking

  • Dropped support for iOS 8

2.1

6 years ago

Added

  • Swift 4 support
  • Code refactoring
  • Check if menu is opened before a transition

Fixed

  • Small UI fix of Sample, associated with iOS 11

2.0

6 years ago

Added

  • UITabBarController and UINavigationController menu items support
  • Rotation support
  • Public methods documentation in code
  • CHANGELOG file

Changed

  • Renamed showMenu()/hideMenu() methods to showSideMenu()/hideSideMenu()
  • Reworked Sample

Fixed

  • Customization of spring animation parameters
  • Displaying horizontal images in Sample