iPhone SDK メモ
スタンフォード大で iPhone 開発講座とコードが公開されていたらしいが,今は削除されている.
return [[ array objectAtIndex:section] count]
cex.text = [[ array objectAtIndex:indexPath.section] objectAtIndex:indexPath.row] return cell;
でいけるだろう。
こういう方法も紹介されている.
componentsSeparatedByString関数が指定されたトークンで文字列を区切って配列を返すので,とりあえずこうする.
string = [[string componentsSeparatedByString:@"\n"] objectAtIndex:0];
ただし "\n" はマックではoptions キーを押しながら円マークで入力