Tag

Swipe Delete

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 17, 2022 · Mobile Development

Implementing a Custom Swipe‑to‑Delete Interaction in SwiftUI Using Gesture Modifiers

This article demonstrates how to build a custom left‑swipe delete interaction for SwiftUI list cards by using DragGesture, state handling, visual cues, confirmation alerts, hint text, and haptic feedback, offering a more flexible alternative to the built‑in List deletion.

SwiftSwiftUISwipe Delete
0 likes · 11 min read
Implementing a Custom Swipe‑to‑Delete Interaction in SwiftUI Using Gesture Modifiers
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 4, 2017 · Frontend Development

How to Implement Swipe‑to‑Delete in WeChat Mini Programs

This tutorial explains how to create a left‑swipe delete effect in a WeChat Mini Program list view by layering items, using absolute positioning, and handling touchstart, touchmove, and touchend events to move items and reveal action buttons based on swipe distance.

Frontend UIJavaScriptSwipe Delete
0 likes · 3 min read
How to Implement Swipe‑to‑Delete in WeChat Mini Programs