Releases: eleev/drawer-view
Releases · eleev/drawer-view
Touch interception & more
The update brings support for touch interception resolution via custom protocol conformance [DrawerViewTouchHandling
] and a new property that allows to change the behavior of the DrawerView
when it's touched.
This update was made by an awesome contributor. Thank you Perceval Faramaz🎉
Added new settable property
The update brings support for a new property called ``closeOnDrawerTaps that allows to enable/disable a behavior of
DrawerView` that closes/opens the component.
Blur area tap out & haptic feedback improvements
The update brings support for:
- A utility method called
setInitial(frame:)
that helps to handle appearance animation issue in some scenarios - A new settable property called
closeOnBlurTapped
that can be used to change the behavior of the component, when the blur area (if present) is tapped e.g. the component can be closed if property set totrue
- A new settable property
givesHapticFeedback
that allows to turn on/off the haptic feedback (if available on the target device)
Initial release!
1.0.1 Updated podspect verison