v2.0.1
What's Changed
- v2.0 by @PimCoumans in #3
Complete rewrite to allow for more practical use cases
- Presentation now fully handled by custom
UIPresentationController
which can be configured through thepanelPresentationController
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 fromUISheetPresentationController
of course. - Example code now looks better on iOS 15
- More Better™
Full Changelog: 1.3.0...2.0.1