All Versions
44
Latest Version
Avg Release Cycle
5 days
Latest Release
1232 days ago

Changelog History
Page 3

  • v2.10.6 Changes

    September 01, 2020

    ๐Ÿ‘Œ Improved custom bar controller layout management. The system now takes into account the translatesAutoresizingMaskIntoConstraints property of the controller's view when laying out the popup bar.

  • v2.10.5 Changes

    August 25, 2020

    ๐Ÿ›  Fixed a crash on operating systems lower than 13.5.

  • v2.10.4 Changes

    August 22, 2020
    • ๐Ÿ‘Œ Support SwiftUI image controllers for use with the SwiftUI-native Image type
  • v2.10.3

    August 21, 2020
  • v2.10.2

    August 21, 2020
  • v2.10.1 Changes

    August 18, 2020

    ๐Ÿ›  Fixed a layout issue that could cause constraint issues when presenting a popup content controller.

  • v2.10.0 Changes

    August 16, 2020

    ๐Ÿ‘ LNPopupController now finally supports extending the popup bar background under the bottom safe area (to the bottom of the screen). A cool transition animation is provided when using hidesBottomBarWhenPushed with a navigation or a tab bar controller.

    0๏ธโƒฃ The new behavior is enabled by default, and is supported on iOS 11.0 and above. In some cases involving split view controllers, iOS 11 and 12 may display issues. If this is the case, disable bar extension for your scenario.

    To disable popup bar extension, set shouldExtendPopupBarUnderSafeArea = false

  • v2.9.6 Changes

    August 14, 2020
    • ๐Ÿ‘Œ Improved popup bar layout in certain cases
  • v2.9.5 Changes

    August 10, 2020
    • ๐Ÿ›  Fixes to safe area inset management with child view controllers
    • ๐Ÿ’… Progress view style is set to .bar now by default
  • v2.9.4 Changes

    August 09, 2020
    • Layout improvements
    • View appearance of the popup content controller life-cycle improvements
    • SwiftUI improvements