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

アールメカブ


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


Programming

iPhone SDK メモ

スタンフォード大で iPhone 開発講座とコードが公開されていたらしいが,今は削除されている.

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

return [[ array objectAtIndex:section] count]
cex.text =  [[ array objectAtIndex:indexPath.section]
                       objectAtIndex:indexPath.row]
return cell;

でいけるだろう。

こういう方法も紹介されている.