0
target_locations[ 0] = [[CLLocation alloc] initWithLatitude : 51.50373056
longitude : 0.129986111];
[target_locations[ 0] release];
考慮上面的代碼,它是保持指定對象的保留計數爲1的正確方法嗎?NSMutableArray保留計數
*假設ARC未激活。
答案取決於'target_locations'是什麼類型(儘管你不應該將'release'發送給數組中的對象)。 'NSArray'還是純C數組? – 2012-03-27 18:49:24
想* owhnership *,而不是*保留計數*。或者,如果你必須,不要讓@ bbum知道。 – 2012-03-27 18:54:20
target_locations是一個NSArray,希望bbum會發表評論... :) – Stanley 2012-03-27 19:01:28