SwiftyMenu
SwiftyMenu copied to clipboard
New Functionalities
Hi, I just need to add new functionalities for some projects I was working on, so i made them almost everything dynamic. Hope it helps everyone.
- Adding sorted for multi select
- Left and right title and item list margin
- Tint color arrow and custom arrow
- add space between icon and arrow
- ability to deselection in single and multi select
- error with custom color for title and icon
- did deselected item in delegate
- showing now sorted the list selected in multi selection enable -updating the example
Warning:
- tested on ios 12, 15 and 17
- could be something affected for RTL (but I try to handle that too)
In case someone wants to use it:
pod "SwiftyMenu", :git => 'https://github.com/nowjordanhappy/SwiftyMenu', :branch => 'feature/customization-ui'
Thank you @nowjordanhappy for such amazing features. Merged :)