0
下面是代碼:如何獲取文本字段的值並將其輸出到字符串中?
-(IBAction)customButtonPressed:(id)sender
{
NSString *text = Field.text;
//label is called Label
}
我怎樣才能獲得的UITextField(場)的值,並將其設置爲標籤?
下面是代碼:如何獲取文本字段的值並將其輸出到字符串中?
-(IBAction)customButtonPressed:(id)sender
{
NSString *text = Field.text;
//label is called Label
}
我怎樣才能獲得的UITextField(場)的值,並將其設置爲標籤?
如果值你指的是UITextField
的文本,可以將標籤與setText
文:
[Label setText: text]
試試這個: [標籤的setText:[現場文字]