PopMenu v2.1.2 Release Notes
Release Date: 2019-01-05 // about 6 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