InteractiveSideMenu v2.3 Release Notes
Release Date: 2018-02-20 // about 7 years ago-
๐ Changed
- ๐ Renamed
SideMenuItemShadow
toSideMenuItemOptions
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
calledshadow
. Use theShadow
struct now to assign your custom values. MenuContainerViewController
'sshadowOptions
property has been renamed tocurrentItemOptions
- ๐ Renamed