github scenee/FloatingPanel v1.4.1

latest releases: 2.8.2, 2.8.1, 2.8.0...
5 years ago

This release includes many improvements and bug fixes✨ 🎉 ✨

Improvements

  • Remove swapping scroll delegate #128
  • Allow to use .hidden position as an initial one #150
var initialPosition: FloatingPanelPosition {
    return .hidden
}
  • Open FloatingPanelSurfaceView.backgroundView #169
-  private var backgroundView: UIView!
+  public var backgroundView: UIView!
  • Adds support for respecting initial safeAreaInsets. #155
  • Notify retain cycle #110

Bugfixes

  • Fix retain cycle in FloatingPanel #158
  • Fix interruption #159
  • Fix UI Extension #165
  • Fix scroll fitting #180
  • Fix typo #162
  • Fix Jump while dragged up or down #154
  • Fix half mode panel is dragged to the top of the screen #167

Thank you to @trispo, @bryansum, @zntfdr for your improvements and bugfixes!
Thank you to @djdance, @muukii , @vovkaprigarin, @andreaslindahl, @musa-almatri for your helpful issue reports and cooperations!

Don't miss a new FloatingPanel release

NewReleases is sending notifications on new releases.