Re: updating a table without interrupting user editing

2011-04-19 Thread Jerry Krinock
On 2011 Apr 18, at 20:32, Scott Ribe wrote: > Suppose a user is editing a cell in a table, and I would like to call > reloadData in order to reflect updates that have arrived asynchronously. What > would I need to do in order to preserve the user's editing state, including > current selected c

updating a table without interrupting user editing

2011-04-18 Thread Scott Ribe
Suppose a user is editing a cell in a table, and I would like to call reloadData in order to reflect updates that have arrived asynchronously. What would I need to do in order to preserve the user's editing state, including current selected cell and its text selection? (This would need to work 1