I am working on a quiz app and I need to find a way to disable specific buttons in my UIView controller when I press on the correct answer i.e a button. Is there a way to accomplish this?
Relevant code:
myButton.enabled = NO;
but I do not have IBOutlets, I have IBActions.