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

アールメカブ


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

[[Programming]]

iPhone SDK メモ

* テーブルのグループ化と配列 [#lc850e3e]

 return [[ array objectAtIndex:section] count]

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

でいけるだろう。