- August 12, 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
.Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...
Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...
SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...