You need to do [setAnswerText setText:@"my text"];
What you are doing now is wrong. The reason you get that exception is that UILabel does not have a class method called setAnswerText:.
Elfred
2010-08-22 14:51:15