LPRTableView icon indicating copy to clipboard operation
LPRTableView copied to clipboard

A drop-in replacement for UITableView and UITableViewController that supports long-press reordering of cells.

Results 6 LPRTableView issues
Sort by recently updated
recently updated
newest added

This is **really** nice, thank you! :) I know that the `moveRowAt` method fires when you reorder the cells, but it fires each time the row moves, even if the...

enhancement

If the prototype cell is a custom class, it crashes. I create my custom cell `< class MyCellClass: UITableViewCell {>` `< // code>` `< }>` I associate it with the...

Is it possible to implement this framework for re-ordering sections by getting indexPath from a selected point. I can manage to do it on my own without this framework but...

Noticed this in the latest build. iOS 10.3.1 If you click and drag one view, then rapidly move it up and down between some views, one view will stop moving...

Hello, i implemented an expand collapse logic on the section with your framework working behind for the autoscroll and the drag and drop. Though i encountered a problem, i cannot...

Hi @nicolasgomollon, Could you add a Package.swift to the repository so this useful component could be used with Swift Package Manager? Thanks!