我的頭文件無法添加對象NS陣列
@property (nonatomic, strong) NSMutableArray *resPool; //pool of restaurants
現在我試圖做的.m文件下到餐廳對象添加到這個數組定義的餐館的數組:
id restaurant = [[Restaurant alloc] initWithResName:resName]
[self.resPool addObject:restaurant];// add the restaurant to the res pool array
當我運行此代碼時,resName NSArray保持爲空。我不確定我在幹什麼。我只是想撿起客觀的C.可以有人幫助我呢?
這是事實。非常感謝你! – SivaDotRender 2014-08-31 07:05:23