&tag();
*目次 [#z74f9ca8]
#contents

*生成 [#f6aeca82]
**基本の生成方法 [#e34bd5d0]
NSUIntegerの長さ2の配列を作って生成する。
#pre{{
NSUInteger array[] = {1, 2};
NSIndexPath indexPath = [NSIndexPath indexPathWithIndexes:array length:2];  
}}


**UITableViewで追加されている簡単な方法 [#wd0ec6be]
#pre{{
NSIndexPath newPath = [NSIndexPath indexPathForRow:1 inSection:2];
}}


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS