I have a UIButton which says “complete”.
My UIButton resides in a UIView which I insert into a tableview.
However, I also want to update the UIButton’s label to say “Incomplete” when the user taps the button.
The button label does not update!
How can you set the button’s label?
Thanks!
I have a UIButton which says complete. My UIButton resides in a UIView which
Share
When you want the button title to change, use the following:
Hope this helps.