Hey Y'all,
I have a feeling that some code may be executing parallel to animations playing, so I wanna make sure that it occurs after the animation and this is what I have tried to use so far...
tableView.updateRow(rowNum, newRow, {animationStyle:Titanium.UI.iPhone.RowAnimationStyle.LEFT}, function() { //code to be executed after animation });