iOS Code Snippet B4i [class] CLVDragger - drag to reorder items in customlistview

This is a B4i class module to reorder items of customlistview by dragging.
This class is modified version of wes58's B4A CLV Dragger which is based on Erel's B4J CLV Dragger class.

Usage:
- AddDragButtons to add the drag button on each customlistview item.
- RemoveDragButtons to remove all drag buttons from customlistview.

Depends on XUI , XUI Views 2.51 Libraries.

See attached example and a class module file:
 

Attachments

  • DragItem.zip
    171.8 KB · Views: 235
  • CLVDragger.bas
    4.3 KB · Views: 229
Last edited:
Top