Since 1.5(.1), My tableviews are remembering their selected state after a setData (and sometimes even an append).
Should I create a table with 10 rows and select (via click) row 3, upon replacing that tables Data through setData, row 3 will still be selected. If the user clicks on another row at this point, TWO rows will appear selected. Using setData at this point causes BOTH rows to remember the selected state and allow the user to now select a third.
the app.js used to test this is available here: pastie link
- Ti SDK 1.5.1
- iOS SDK 4.2.1 -- iPad and iPhone simulators.
- iPad 3.2.2
- iPad 4.2.1
Your Answer
Think you can help? Login to answer this question!