- Fix crash on icon loading when subclassing DropDownMenuTitleView
- Fix name conflicts between DropDownMenuKit and app assets when compiling as static library with CocoaPods
- Update example to ensure overlays don't cover navigation bar and toolbar in iOS 11 and higher
- Migrated to Swift 5
- New custom transition API
- Fixed menu cells not always visible during hiding animation on iOS 11 and higher
- Migrated to Swift 4.2
- Migrated to Swift 4
- Improved example to showcase:
- adding/removing menu entries
- menu scrolling
- long title support
- Now usable in app extensions
- DropDownMenuKit > Build Settings > Other Swift Flags must include -DAPP_EXTENSION
- iOS 11 support
- Improved menu to become scrollable menu when too many rows are presented
- DropDownMenu.visibleContentOffset has been replaced with visibleContentInsets to support this
- Fixed memory leak preventing menu to be released
- New customization options
- row height
- icon size
- up/down images
- Fixed title to always appear correctly centered in navigation bar
- long titles are now supported
- Fixed height of menu view when setting its cells after it has been resized
- Migrated to Swift 3
- Added DropDownMenu.selectMenuCell(:)
- Fixed incorrect arrow orientation after 3 quick taps on the title view
- Don't let the user toggles the menu when a toggling animation is already underway
- First release