I have a navigation controller with several views. I have a table view in one of the views. I show a checkmark when the user selects a cell as a table. Up to this point, it’s wonderful. When the user returns to the previous view and returns, I want to reset the table view. How?
source
share