Skip to content

Releases: LeoNatan/LNPopupController

v2.16.5

24 Nov 16:45
3e824ce
Compare
Choose a tag to compare

Fixed layout issues with custom popup bar controllers (#551).

v2.16.4

14 Nov 17:52
dd06a52
Compare
Choose a tag to compare

Fixed some layout issues with the progress view and RTL (#548)

v2.16.3

27 Oct 04:27
06d5578
Compare
Choose a tag to compare
  • Improved UITabBarItem.standardAppearance support
  • Fixed a visual artifact caused by updating a certain property of visual effect views during layoutSubviews
  • Improved tint color inheritance from bottom docking view

v2.16.2

27 Oct 00:00
626e6eb
Compare
Choose a tag to compare

Added support for UITabBarItem.standardAppearance; the popup bar will correctly inherit the appearance from the tab bar item, if any is present.

v2.16.1

23 Oct 02:53
5ac891c
Compare
Choose a tag to compare

Improved safe area inset and layout margin calculation for popup content view controllers.

LayoutFixes.mp4

v2.16.0

21 Oct 20:06
8482b84
Compare
Choose a tag to compare
  • Modernized titleTextAttributes and subtitleTextAttributes to use AttributeContainer in Swift

  • Changed how Objective C enums are imported into Swift:

    LNPopupBarStyleLNPopupBar.Style
    LNPopupBarProgressViewStyleLNPopupBar.ProgressViewStyle
    LNPopupCloseButtonStyleLNPopupCloseButton.Style
    LNPopupInteractionStyleUIViewController.PopupInteractionStyle
    LNPopupPresentationStateUIViewController.PopupPresentationState

    Since this and the previous commit are API changes, bumping the minor version. In most cases, the compiler should give an appropriate “Moved” message to help ease the transition.

v2.15.24

20 Oct 00:12
4fd0bcc
Compare
Choose a tag to compare

Improved SwiftUI support

v2.15.23

19 Oct 14:53
8490d6d
Compare
Choose a tag to compare

Corrected the timing of viewIsAppearing(_:) callbacks for popup content and custom bar view controllers.

v2.15.22

17 Oct 00:42
de40dd0
Compare
Choose a tag to compare
  • Added image view shadow to popup bar
    • The image view shadow can be controlled using the LNPopupBarAppearance.imageShadow property
  • Tweaked the default chevron/grabber style close button tint color

v2.15.21

13 Oct 11:43
1a418a6
Compare
Choose a tag to compare

Included the ObjC target in the exported libraries in Package.swift (possible fix for #543)