Released on Wednesday, 26 Jan, 2022.
- Added
borderColor
andborderColor
properties. - Added delegate for menu and block for individual menu items.
- Issue #3 where already open menu was getting displaced upon device rotation.
- Menu still opening on right side for for RTL regions.
- Crash while opening xib from wrong bundle.
- The designated initializer to optionally pass title or custom button in addition to button image.
Released on Wednesday, 2 Nov, 2016.
- Added
backgroundColor
property toASJOverflowItem
to set color to individual items.
Released on Wednesday, 2 Nov, 2016.
- Partly fixed issue #3. Menu opens correctly if opened in landscape orientation.
- Fixed UI bug while scrolling the menu if only some items have image.
Released on Saturday, 1 Oct, 2016.
- Fixed issue #2. Overflow menu shadow drawing incorrectly on iOS 10.
Released on Tuesday, 16 Aug, 2016.
- Added new properties 'hidesSeparator' and 'separatorInsets' to control the visibility and position of the menu item separators.
Released on Thursday, 4 Aug, 2016.
- Updated instances throughout the project and readme where 'dimsBackground' was appearing as its old name 'shouldDimBackground'.
Released on Wednesday, 3 Aug, 2016.
- Added new property 'dimmingLevel' to control the degree to which the background can be dimmed when the menu is shown.
- Added new property 'menuAnimationType' to change the way the menu is shown; fade in or zoom in.
Released on Monday, 18 Jul, 2016.
- Added new property 'widthMultiplier' to set menu width ratio with respect to screen width.
- Added new property 'menuMargins' to set menu margins from the top, right and bottom edges of the screen.
- Updated readme to reflect new properties and added more documentation.
- Fixed/suppressed release warnings.
Released on Tuesday, 12 Jul, 2016.
- Added a constructor method to create overflow item with only title.
- Updated the designated initializer; removed target controller. Menu is now created on a separate window.
- Fixed a bug where shadow wasn't being drawn properly.
Released on Monday, 11 Jul, 2016.
- Added change log.
- Fixed a bug where menu wasn't dismissed if tap happened below the menu items.
Released on Tuesday, 17 May, 2016.
- Added documentation.
- Added new initializer.
Released on Wednesday, 11 May, 2016.
- Added nullability annotations.
- Merged pull request #1.
Released on Tuesday, 2 Feb, 2016.
- Initial release.