Releases: LeoNatan/LNPopupController
Releases · LeoNatan/LNPopupController
v2.18.3
v2.18.2
v2.18.1
v2.18.0
- Added an event queue system to allow popup state changes to accumulate as the user calls the API (LeoNatan/LNPopupUI#29)
- Marked years-long deprecated API as unavailable
- Minor dark appearance tweaks and performance optimizations
v2.17.1
- Improved the floating bar background appearance when presented in dark user interface style
- Use the
LNPopupBarAppearance
class to customize popup bar appearance
- Use the
- Fixed appearance artifacts when changing the popup close button from
.rounded
to any other in runtime - Increase haptic feedback generation intensity slightly
- Developers can disable this new behavior by setting
popupBarPresentingViewController.allowPopupHapticFeedbackGeneration = false
- Developers can disable this new behavior by setting
- Fixed an issue where marquee labels might disappear (#553)