I want to toggle the text of a button based on clicks – every time the button is clicked the title will change from textA to TextB and so on. but when I use button.titlelabel.text = @"blabla"
but the text stays the same.
I want to toggle the text of a button based on clicks – every
Share
This is worth a try: