I have a TableViewController on my storyboard that has some cells (static) that I want to add a checkmark to when the cell is tapped, how would I be able to call the individual cells from the storyboard without having to build them in code?
I have a TableViewController on my storyboard that has some cells (static) that I
Share
in the delegate of your table view: