iPhone_SDK のバックアップ(No.1) - アールメカブ

アールメカブ


iPhone_SDK のバックアップ(No.1)


Programming

iPhone SDK メモ

_ テーブルのグループ化と配列

return [[ array objectAtIndex:section] count]
return [[ array objectAtIndex:indexPath.section]
                       objectAtIndex:indexPath.row]

でいけるだろう。