Goal C: How to select a TableView cell and save it when the table is overloaded?

Actually, you need some advice. I'm trying to do a couple of things. 1) Set the first cell of the table, which will be highlighted the first time the table is loaded. Then the user can move on to select / highlight other cells in the table. How can I select a cell for the first time?

2) After making some changes to the values ​​in the row, I will reload the table data, however this will remove the selection in the cell. Is there a way to keep the cell selection even after reloading the table.

Thank!

ginseng

+3
source share

All Articles