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

アールメカブ


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

[[Programming]]

iPhone SDK メモ

スタンフォード大で [[iPhone 開発講座とコード:http://www.appbank.net/2008/10/30/iphone-news/1100.php]]が公開されていたらしいが,今は削除されている.
* テーブルのグループ化と配列 [#lc850e3e]

 return [[ array objectAtIndex:section] count]

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

でいけるだろう。

[[こういう方法:http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/]]も紹介されている.