Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Drag a tableviewrow to swap

I want to drag a tableviewrow over another to swap it's contents with another row.
How to we do that in titanium?
Help please.Thank you.

— asked November 11th 2010 by Jacob John
  • iphone
0 Comments

1 Answer

  • Titanium.UI.TableView.setEditable(true);
    Titanium.UI.TableView.setMoving(true);
    
    — answered March 6th 2012 by patrick demarta
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.