Drawer View Versions Save

📤 Custom UI component for iOS, replication of Apple's Apple Music player and Shortcuts’ components view [Swift 5.0, iOS 12].

1.0.4

5 years ago

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🎉

1.0.3

5 years ago

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

1.0.2

5 years ago

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)

1.0.1

5 years ago