Хорошо .. Я забыл, как изменить текст кнопки и метки в касании какао.
Пожалуйста, напомните мне ..
IBOutlet id questionLabel; IBOutlet id answerButtonOne; IBOutlet id answerButtonTwo; IBOutlet id answerButtonThree; IBOutlet id answerButtonFour;
UILabel* label; label.text = @"Foo";
http://developer.apple.com/iphone/library/documentation/uikit/reference/UILabel_Class/Reference/UILabel.html#//apple_ref/occ/instp/UILabel/text
UIButton* button; [button setTitle:@"Bar" forState:UIControlStateNormal];
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIButton_Class/UIButton/UIButton.html#//apple_ref/occ/instm/UIButton/setTitle:forState: