Releases: LeoNatan/LNPopupController
Releases · LeoNatan/LNPopupController
v2.1.5
Fixed iOS 8 support.
Added a settings controller in the demo project to control various aspects of the popup.
This is the last version to support iOS 8. Releases following this will drop iOS 8.
v2.1.4
Better handling of scrollview when set as viewForPopupInteractionGest…
v2.1.3
Fix small issue with class collisions.
v2.1.2
General bug fixes and improvements.
Please note that bottomDockingViewForPopup
has been renamed to bottomDockingViewForPopupBar
. If you previously implemented bottomDockingViewForPopup
, make sure to rename it appropriately.
v2.1.1
Set the popup bar's image view content mode to aspect fit.
v2.1.0
Adds support for custom popup bars. Fixes some issues. Minor changes …
v2.0.3
Decreased hit area of toolbar buttons. Closes #120
v2.0.1
Fixes customization issues.
v2.0.0 - Support for iOS 10 Popup Look & Feel
Merge remote-tracking branch 'origin/v2_0'
Closes #91
Closes #96