I am trying to make a button that when tapped, makes a label’s text equal a checkmark. I have tried to press the button but it doesn’t ever work. It is connected and is within the view, but nothing seems to work. I am currently using the XIB file as a custom type of tableview cell (if that helps.)
This is my code:
Actual View Controller
Extension of View controller
My xib file (note, the button is not hidden, just see through in colour).
I tried to make it an action instead of an outlet, which didn’t work.
I tried reformatting the button, by resyncing it, which also didn’t work.
I tried accessing another type of tableview function and it didn’t work.
Mous772 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.