我想通過Obj-C摸索我的方式來構建一款iPhone遊戲。insertObject不添加對象?
我想構建一個對象數組供以後使用。下面是我的嘗試:
NSMutableArray *positionIcons;
[positionIcons insertObject:annotation atIndex:0];
positionIcons = [NSArray arrayWithObjects:annotation, nil];
的insertObject線離開計數爲0。但是,下一行正確插入對象(和計數移至1)。是什麼賦予了?
哇 - 快速和完美。我一直在撕掉我的頭髮。 – BankStrong 2009-07-17 15:36:02