I have a tableViewRow which is has the ability to change from position: ~~~ var row = Titanium.UI.createTableViewRow({ backgroundImage: "./images/priority_row_background.png", backgroundColor: "transparent", selectedColor:...
I have a TableViewRow which is created with `createTableViewRow`. The rows are editable and moveable, the position of each row can be changed by the user. When this is happening a shadow occurs below and at the top of the row. Is it possible to remove...
Showing 1-2 of 2