Releases: LeoNatan/LNPopupController
Releases · LeoNatan/LNPopupController
v2.5.2
Full Changelog
Enhancements
- prominent display left image corner radius #197
Fixed Bugs
- Safe area issue #194
- gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer: doesn’t do much #186
v2.5.1
Minor improvements for hiding status bars and scrollviews inside the popup content view.
v2.5.0
- iOS 11 & iPhone X support
- Various fixes and improvements
Minor change in functionality: the popup bar will no longer hide when using hidesBottomBarWhenPushed = YES
. Instead, it will transition to the bottom of the screen, in place of the bottom bar (toolbar or tab bar).
Note: This version requires Xcode 9 to compile. If you are building on Xcode 8, use the v2.3.2 release until you are able to upgrade.
v2.3.2
Fix delegate forwarding. (#170)
Mark `popupInteractionGestureRecognizer` as nonnull.
v2.3.1
Fix issue with dismissing popup programmatically.
Closes #169
v2.3.0
Improvements for iOS 11
General fixes and improvements
v2.2.3
Update LNPopupBar.h
Fix typo. Closes #163
v2.2.2
Improves iOS 9 support.
Fixes #153
v2.2.0
This release requires iOS 9 and above.