I have two ViewController.
- FirstViewController
- SecondViewController
In First ViewController exists UITableView
When I select the row appears Second TableView.
There also have UITableView
.
When you select an item in Second Tableview check mark appears
cell.accessoryType = UITableViewCellAccessoryCheckmark;
Then when I click back Again, choose the appropriate line in the First TableView. A check mark that I set in the Second Tableview disappears.
How do I do that it did not disappear? I need to save the state.