- August 28, 2025
- Mins Read

This is a demo that uses a TableViewDragger.
Add the following to your Podfile:
pod “TableViewDragger”
Add the following to your Cartfile:
github “KyoheiG3/TableViewDragger”
weak var delegate: TableViewDraggerDelegate?
TableViewDragger.
weak var dataSource: TableViewDraggerDataSource?
TableViewDragger.
var isHiddenOriginCell: Bool
true if want to hide the original cell.true.
var zoomScaleForCell: CGFloat
1.
var alphaForCell: CGFloat
1.
var opacityForShadowOfCell: Float
0.4.
var scrollVelocity: CGFloat
1.
init(tableView: UITableView)
UITableView want to drag.
optional func dragger(_ dragger: TableViewDragger, cellForRowAt indexPath: IndexPath) -> UIView?
optional func dragger(_ dragger: TableViewDragger, indexPathForDragAt indexPath: IndexPath) -> IndexPath
func dragger(_ dragger: TableViewDragger, moveDraggingAt indexPath: IndexPath, newIndexPath: IndexPath) -> Bool
true. require a call to moveRowAtIndexPath:toIndexPath: of UITableView and rearranged of data.
optional func dragger(_ dragger: TableViewDragger, shouldDragAt indexPath: IndexPath) -> Bool
true.This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...