私はこのコードを持っています:
UIBarButtonItem *button = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:textField action:@selector(setText:)];
setTextアクションを使用して情報を送信するにはどうすればよいですか。例えば
setText:@"This is text"
ありがとうございました。