Skip to content

Releases: eleev/drawer-view

Touch interception & more

06 Apr 08:20
Compare
Choose a tag to compare

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

31 Mar 10:39
Compare
Choose a tag to compare

The update brings support for a new property called ``closeOnDrawerTaps that allows to enable/disable a behavior ofDrawerView` that closes/opens the component.

Blur area tap out & haptic feedback improvements

25 Mar 12:20
21a5cd4
Compare
Choose a tag to compare

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 to true
  • A new settable property givesHapticFeedback that allows to turn on/off the haptic feedback (if available on the target device)

Initial release!

30 Nov 08:56
Compare
Choose a tag to compare
1.0.1

Updated podspect verison