So I have a TableViewController, when certain cell pressed it goes to my DetailViewController to display more details about the pressed cell.
On this DetailViewController, I would like to add a button
and when this button
gets pressed a "CHECKMARK" will add to its cell from TableViewController and goes back to TableViewController. How would you do that?
I already added an IBAction for my button but I don't know how I would implement that yet..
Please speak in layman's term as much as possible because I'm not that yet very familiar with iOS Programming. Thank you so much.