How to change the text of a button to the data of a NSString?

Or simply (if you know OAnswer1 is a string)

[Answer1 setTitle:OAnswer1 forState:UIControlStateNormal];

and you really shouldn’t have capitalized variable names…

Leave a Comment