NSUInteger newIndex[] = {0, 1};
 NSIndexPath *indexPath = [[NSIndexPath alloc] initWithIndexes:newIndex length:2];  
//処理
[indexPath release]

最終更新:2011年09月20日 12:05