PopMenu v2.1.2 Release Notes
Release Date: 2019-01-05 // over 4 years ago-
- ๐ Fixed unwanted carryover selection highlight state #19
- โ Added dedicated toggle for whether to use
PopMenuManager
orPopMenuViewController
to present menus
Previous changes from v2.1.1
-
๐ Fixed:
- Content is now scrollable when there's more than 6 actions (customizable) #10
- ๐ง Each action's icon image width height sizing is now configurable, #9
- Each action's icon image is now customizable to set different rendering mode (.alwaysOriginal, .alwaysTemplate), #8
- ๐ Fixed incorrect views rendering when device orientation changes, thanks to @shaun Farrel