I have a UITableView in Group Style, and I am using it with Navigation Controller.
When a user click on the cell I am pushing to another view for a user to make selection, while all that is working fine. I want the user to be brought back to the first view when the user makes a selection. and I want to display their selection on the cell.
Thanks in advance for your help
I think you can use the NSUserDefaults.
Important point is you need to call [self.tableView reloadData] in viewDidAppear.