There is a ViewController , I select certain data on it, I switch to another ViewController by the button , everything is OK, the data is displayed.
I [self.tableView reloadData]; back, changing the data, reloading the ViewController , I call [self.tableView reloadData]; - the table is not updated.
I tried to do through Notifications - the same. Apparently, the problem is that it refers to the old table.
How to fix it?