I want to do something simple, like drilling on a specific UITableViewCell that calls the detail view controller. Inside, the user can change the attribute for the model under the cell. For example, if I display a list of quotes and the user clicks on the quote and the favorites click on the child controller, I want to be able to display an image that was hidden now that it was posted, possibly a star. What is the easiest way to update one specific UITableViewCell, for example, as a mod? Is it better to reference the selected UITableViewCell in the child controller and combine them this way? How it's done?
Thanks.
source
share