Releases: KarimEbrahemAbdelaziz/SwiftyMenu
Releases · KarimEbrahemAbdelaziz/SwiftyMenu
1.1.0
What's new in this version?
Added
- More Customization for the UI. PR by @nowjordanhappy
Fixed
- Crash for Assets while using SPM. PR by @ipodishima
Full Changelog: 1.0.1...1.1.0
1.0.1
What's new in this version?
Fixed
- Build errors when installing through SPM.
1.0.0
What's new in this version?
Added
- Very stable version of
SwiftyMenu
and finally to version1.0.0
SwiftyMenuAttributes
to customizeSwiftyMenu
UI.- Support for SPM.
Changed
- Removed all
IBDesignable
fromSwiftyMenu
and changed the styling of the menu usingSwiftyMenuAttributes
.
Fixed
- Arrow direction when multi selection enabled.
0.6.5
- Add the ability to reset selection in Single Selection Mode.
0.6.4
- Support RTL in SwiftyMenu.
- Fix misspelling words.
0.6.3
- Allow Changing separator color.
- Allow Changing separator characters.
0.6.2
- Rotate SwiftyMenu Arrow when Open or Close.
0.6.1
- Added Unit Tests to SwiftyMenu with Coverage 57%
0.6.0
- Restucture project code and add some Docs.
- Allow to add SwiftyMenu programmatically.
- Allow to toggle SwiftyMenu from Code.