Skip to content

v2.0.1

Compare
Choose a tag to compare
@PimCoumans PimCoumans released this 19 Apr 14:04
· 14 commits to main since this release

What's Changed

Complete rewrite to allow for more practical use cases

  • Presentation now fully handled by custom UIPresentationController which can be configured through the panelPresentationController property available in every view controller
  • Header view is now optional and its height can be configured. The background of this view fades in as content scrolls underneath.
  • Works better with BYOSV (Bring Your Own ScrollView), which now stay inside your own view. How convenient.
  • Improved resizing logic using a new animateChanges method, borrowed from UISheetPresentationController of course.
  • Example code now looks better on iOS 15
  • More Better™

Full Changelog: 1.3.0...2.0.1