SwiftReorder
SwiftReorder copied to clipboard
Easy UITableView drag-and-drop cell reordering
Hi there, I have an issue when I have a long list of items and I want to reorder the list. I take my last item and I want to...
This PR is an example for iOS 13 context menus. Currently reordering doesn't function very well on a table with the new UIContextMenuInteraction functionality posted on the cells. Suggestions for...
Hello again! At some point I'll be putting folders into my table - any suggestions for dragging a cell onto another cell with existing functionality, or places to start to...
Hello, great library! I have an issue for buttons with images that I tint to change their color inside a cell. When I start the dragging the cell the tint...
I don't know if this is also useful for you. I cut the shadow layer of each subview with masksToBounds=true to avoid some ugly cut off problems with shadows while...
This change adds new delegation APIs that: - expose the gesture moving the cell to allow for further customization of the snapshot at those time - let the delegate decide...
Hi, I dont know why need to + 5pixel in here `let visibleCells = tableView.visibleCells.filter { // Workaround for an iOS 11 bug. // When adding a row using UITableView.insertRows(...),...
I have a UITableView with custom cells. In each cell I have a thumbnail image and each thumbnail has a UIGestureRecognizer which responds to long presses and triggers a full...
Hello, At WWDC23 Apple announced that apps and SDKs that make use of certain "required reason" APIs etc will need to provide a privacy manifest. Does SwiftReorder need to include...