iPhone SDK メモ
スタンフォード大で iPhone 開発講座とコードが公開されていたらしいが,今は削除されている.
return [[ array objectAtIndex:section] count]
cex.text = [[ array objectAtIndex:indexPath.section]
objectAtIndex:indexPath.row]
return cell;
でいけるだろう。
こういう方法も紹介されている.