Skip to content

Releases: LeoNatan/LNPopupController

v2.5.9

17 Feb 23:00
Compare
Choose a tag to compare

Full Changelog

Enhancements

Fixed Bugs

  • iPhone X landscape labels' overlapping on image #229

v2.5.8

04 Feb 17:56
Compare
Choose a tag to compare

Full Changelog

Fixed Bugs

  • Crashes on iOS 9.3.5 #219

v2.5.7

04 Feb 16:40
Compare
Choose a tag to compare

Full Changelog

Fixed Bugs

  • Change imageView's alpha in Popup Bar while transitioning #220
  • Crashes on iOS 9.3.5 #219

v2.5.6

15 Jan 10:31
Compare
Choose a tag to compare

Full Changelog

Fixed Bugs

  • The layout of the bar is broken if use custom view for *BarButtonItems #189

v2.5.5

15 Jan 09:00
Compare
Choose a tag to compare

Full Changelog

Enhancements

  • Translucency of popup bar #208
  • Separation hair on the top/bottom of bar #207

Fixed Bugs

  • Bar tint color does not preserve translucency #210

Merged Pull Requests

  • Support smart invert and therefore do not invert image view colors #203 (funkenstrahlen)

v2.5.4

24 Dec 11:09
Compare
Choose a tag to compare

Full Changelog

Fixed Bugs

  • Accessibility - "Speak Screen" reads the view behind #202
  • Safe area issue #194

v2.5.3

17 Dec 07:45
Compare
Choose a tag to compare

Full Changelog

Fixed Bugs

  • Safe area issue #194

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.