tags:

views:

70

answers:

1

Hi all !!

So i've set a table view, i have set a system which set if the row have been already selected, i set checkmarck acessory for a row which have been seen, i write the row in a plist to an int value. It work good but only when i restart the app or reload the table view in my navigation controller.

I mean when i select a row it pushes a view controller, then when i go back to the table view checkmark disappear and we do not know if the row have already been selected only when the app restart.

So is there a way to refresh the table view ? ? in the view will appear for example ? ?

thanks to all !!!!

+3  A: 

Have you tried a simple [tableView reloadData]?

calmh
yes it does not work
Florent