> I've a NSView subclass with a NSMutableArray instance variable, and a > new drawRect method. In the drawRect method I do this : > NSLog(@"count = %d", [myArray count]); > And the second time the drawRect method is called it crashes. (Not the > first time... I don't understand anything !) Perhaps the array has been released between the first and the second time -drawRect: is called ?
- Problem with NSArray's count method Nicolas Peninguy
- Re: Problem with NSArray's count method nicola
- Re: Problem with NSArray's count method Nicolas Peninguy
- Re: Problem with NSArray's count method Adam Fedor
