Or simply (if you know OAnswer1
is a string)
[Answer1 setTitle:OAnswer1 forState:UIControlStateNormal];
and you really shouldn’t have capitalized variable names…
Or simply (if you know OAnswer1
is a string)
[Answer1 setTitle:OAnswer1 forState:UIControlStateNormal];
and you really shouldn’t have capitalized variable names…