Changelog History
Page 4
-
v2.10.7 Changes
September 02, 2020- More custom bar layout improvements
- โ Add the ability to allow popup content controllers to embed the popup close button inside their hierarchies (for example, to support vibrancy)
-
v2.10.6 Changes
September 01, 2020๐ Improved custom bar controller layout management. The system now takes into account the
translatesAutoresizingMaskIntoConstraintsproperty 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
Imagetype
- ๐ Support SwiftUI image controllers for use with the SwiftUI-native
-
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
hidesBottomBarWhenPushedwith 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
.barnow by default