Skip to content

Releases: handsomecode/InteractiveSideMenu

Interactive Side Menu 2.3.0

20 Feb 15:13
Compare
Choose a tag to compare

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

Interactive Side Menu 2.2.1

09 Feb 17:30
a7b9027
Compare
Choose a tag to compare
Merge pull request #79 from handsomecode/develop

Resolve build error with access modifiers

Interactive Side Menu 2.2

09 Feb 16:59
5fb35e0
Compare
Choose a tag to compare

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

Side Menu 2.1

22 Oct 20:52
Compare
Choose a tag to compare

Added

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

Fixed

  • Small UI fix of Sample, associated with iOS 11

Side Menu 2.0

07 Jun 10:55
Compare
Choose a tag to compare

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