SwiftReorder icon indicating copy to clipboard operation
SwiftReorder copied to clipboard

Easy UITableView drag-and-drop cell reordering

Results 20 SwiftReorder issues
Sort by recently updated
recently updated
newest added

So spend half a day today trying to figure out and maybe fix a bug with cell reordering when you try to reorder a cell to the top with a...

When I move cell one section to another section then it's crash. Is there any solution for this?

Can you please guide me how can i disable scrolling for specific table view cell. I want to enable/disable specific cells in tableview. Please let me know, is there any...

Hi, I have two tableviews in the vc. I can move from row 1 to row 0 in my first tableview but if I want to move from row 1...

Fixes https://github.com/adamshin/SwiftReorder/issues/6 Fixed animation glitch when try to reload rows in a long list with dynamic cells. You can check a bug here - https://github.com/anton-plebanovich/SwiftReorder/tree/f7afafd9a5518d6b8c06b69f119ef1a64e4a66db And a fix here -...

I tried on iOS 13.4 / xcode 11.4 , and it seems it's not working anymore. I tried with the demo app provided in this pod. Please let me know

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to delete row 2 from section 0 which only contains 2 rows before the update' Getting this error while dragging 3rd...

This occurs when the content size is larger than the table view bounds. Probably an issue with cell height calculations.

Hey there, I opened a PR for an example of this issue. Check it out - if you add UIContextMenu interactions to your cells via the new iOS 13 APIs,...