Programming
iPhone SDK メモ
return [[ array objectAtIndex:section] count]
return [[ array objectAtIndex:indexPath.section] objectAtIndex:indexPath.row]
でいけるだろう。