Skip to content

Releases: LeoNatan/LNPopupController

v2.5.2

07 Dec 22:55
Compare
Choose a tag to compare

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

15 Oct 02:00
Compare
Choose a tag to compare

Minor improvements for hiding status bars and scrollviews inside the popup content view.

v2.5.0

17 Sep 20:58
Compare
Choose a tag to compare
  • 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

12 Aug 17:34
Compare
Choose a tag to compare
Fix delegate forwarding. (#170)

Mark `popupInteractionGestureRecognizer` as nonnull.

v2.3.1

17 Jul 20:53
Compare
Choose a tag to compare
Fix issue with dismissing popup programmatically.

Closes #169

v2.3.0

15 Jul 14:16
Compare
Choose a tag to compare

Improvements for iOS 11
General fixes and improvements

v2.2.3

12 Jun 07:34
Compare
Choose a tag to compare
Update LNPopupBar.h

Fix typo. Closes #163

v2.2.2

05 Apr 09:48
Compare
Choose a tag to compare
Improves iOS 9 support.

Fixes #153

v2.2.1

18 Mar 15:49
Compare
Choose a tag to compare
Fixes #147

v2.2.0

18 Mar 00:19
Compare
Choose a tag to compare

This release requires iOS 9 and above.