0
我的應用程序崩潰了,這是正確構造?NSArray構建導致應用程序崩潰
NSArray *array = [mapView.annotations filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"(self isKindOfClass: %@)", [MapLocation class]]];
if (array != nil)
{
annotation = [array objectAtIndex:0];
}
我看到該數組不是零,但它有0個對象(在調試時)。正確構造?
嗯....然後用[陣列計數> 0的條件。 – Mahesh 2011-02-11 14:12:31