我使用-(void)textFieldDidBeginEditing:(UITextField *)sender
這個函數在我的應用程序中。當我選擇文本框時,這不會被調用。 這裏的代碼...- (void)textFieldDidBeginEditing:(UITextField *)sender ..當我選擇文本字段時,不會調用此函數嗎?
-(void)textFieldDidBeginEditing:(UITextField *)sender{
if([sender isEqual:txtName])//txtName is the IBOutlet of the UITextField
{
NSLog(@"Name");
}
else{
NSLog(@"NO_Name");
}
}
你問10個問題已經並接受沒有答案至今......請接受問題的答案,讓人們會覺得更傾向於幫助你。 – DarkDust 2010-11-26 12:45:33