NSString *cel=@"テキスト"; NSIndexPath *a = [NSIndexPath indexPathForRow:1 inSection:1]; CustomCell *c = (CustomCell *)[tableView cellForRowAtIndexPath:a]; c.yes.text = セル; テーブルセルに配置されたUITextfieldを更新するためにこれらの行を使用しています.....しかし、このようなエラーが発生します
RootViewController.m:110: エラー: 'tableView' が宣言されていません (この関数で最初に使用)