特定のセルを取得

UI本のP.294特定のセルを取得のカスタムセルバージョン

int selected_section=0;
int selected_row=2;

NSIndexPath * indexpath = [NSIndexPath indexPathForRow:back_selected_row inSection:selected_section];
	
CustomCell * cell = (CustomCell *) [myTableView cellForRowAtIndexPath:indexpath];


iPhoneプログラミングUIKit詳解リファレンス

iPhoneプログラミングUIKit詳解リファレンス