
[英]Changing the text of the cancel button of an NSOpenPanel (Cocoa OSX)
[英]Cocoa Touch - Changing the text of a button and a label
好吧..我忘记了如何在可可粉中更改按钮和标签的文本。
请提醒我..
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];
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.