swiftui-snap-dragging-modifier
swiftui-snap-dragging-modifier copied to clipboard
An essential component for making fluid interface with SwiftUI.
Results
4
swiftui-snap-dragging-modifier issues
Sort by
recently updated
recently updated
newest added
I would like to suggest adding a new parameter to the handler, similar to the onStartDragging and onEndDragging methods, to enable the retrieval of the offset during movement.
Great library! Would be awesome to update the REAME with new examples as the offset and gesture mode are req. ```swift SnapDraggingModifier( gestureMode: .normal, offset: $offset )) ``` Also, would...