-1
嗯..我忘記了如何改變可可觸摸中的按鈕和標籤的文本。可可觸摸 - 改變按鈕和標籤的文字
請提醒我..
IBOutlet id questionLabel;
IBOutlet id answerButtonOne;
IBOutlet id answerButtonTwo;
IBOutlet id answerButtonThree;
IBOutlet id answerButtonFour;
嗯..我忘記了如何改變可可觸摸中的按鈕和標籤的文本。可可觸摸 - 改變按鈕和標籤的文字
請提醒我..
IBOutlet id questionLabel;
IBOutlet id answerButtonOne;
IBOutlet id answerButtonTwo;
IBOutlet id answerButtonThree;
IBOutlet id answerButtonFour;
UILabel* label;
label.text = @"Foo";
UIButton* button;
[button setTitle:@"Bar" forState:UIControlStateNormal];
哎呀我的互聯網雙貼吧。我刪了它。 – user377419 2010-07-13 22:49:19