Releases: handsomecode/InteractiveSideMenu
Releases · handsomecode/InteractiveSideMenu
Interactive Side Menu 2.3.0
Changed
- Renamed
SideMenuItemShadowtoSideMenuItemOptionsto 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
SideMenuItemOptioncalledshadow. Use theShadowstruct now to assign your custom values. MenuContainerViewController'sshadowOptionsproperty has been renamed tocurrentItemOptions
Interactive Side Menu 2.2.1
Merge pull request #79 from handsomecode/develop Resolve build error with access modifiers
Interactive Side Menu 2.2
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
contentScalevalue from0.88to0.86(#53, #66, #72) - Updated sample project to better reflect the README demo gif
Breaking
- Dropped support for iOS 8
Side Menu 2.1
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
Added
- UITabBarController and UINavigationController menu items support
- Rotation support
- Public methods documentation in code
- CHANGELOG file
Changed
- Renamed
showMenu()/hideMenu()methods toshowSideMenu()/hideSideMenu() - Reworked Sample
Fixed
- Customization of spring animation parameters
- Displaying horizontal images in Sample