перезагрузка таблицы - это процедура, другая - как показано ниже
в .h файле взять один объект textField, как
UITextField *txt_current;
дюйм. М
- (void)textFieldDidBeginEditing:(UITextField *)textField;
{
txt_current = textField;
}
-(void) pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component{
txt_current.text = @"selected value"
}