Hello,
I have a list of images created dynamically via a loop and appended to table. My question is how can I add the dragging touch event listener described here: http://coronalabs.com/blog/2011/09/24/tutorial-how-to-drag-objects/ to table items?
Specifically this part: function myObject:touch( event )… how can I have it appended to items in my table?
Thanks.