NSString * cel = @「text」; NSIndexPath * a = [NSIndexPath indexPathForRow:1 inSection:1]; CustomCell * c =(CustomCell *)[tableView cellForRowAtIndexPath:a]; c.yes.text = cel; 我使用這些線更新的UITextField置於TableCell的..... 但它給我一些錯誤這樣更新表格中的textfield
RootViewController.m:110:錯誤:「的tableView」未申報(第一次在這個函數中使用)
你能清理上述問題,使其更具可讀性嗎? – twerdster 2010-10-16 12:45:23