Firstly, thanks for helping!
And sadly, It doesn't work for me..
This is the code:
[button setTitle😡"Finish" forstate: UIControlStateHighlighted];
I put it in a function, which will trigger when button is clicked. It can run the program, but it doesn't change the text. Oh yeah, thats a warning to that line of code:
"UIButton" may not respond to "-setTitle:forstate"
And forgive me, I wasn't clear on my question, what I meant is when I clicked the button, the text will be changed permanently... Is that possible to do that? The codes in the header files doesn't look like doing this kind of thing...