Using the list view example below…
I’m wondering how I can access data from ‘row’ when I press on that row in the list. I can get the row number as per the example, but the data I am building the list from has other values that I would like to alter (on the screen that slides in) and then pass back and have the list update. I can’t even do the first part (pass other data from the row to the view for that row!)
http://developer.coronalabs.com/content/list-view-3
Can anyone help?