Received memory warning, while using animations in UIImageview like [smyImageView startAnimating];
问题 //NsMutableArray //Received memory warning, while using animations in UIImageview like; self.imageArray = [[NSMutableArray alloc] initWithCapacity:IMAGE_COUNT]; // Build array of images, cycling through image names if (![self.imageArray count]>0) { for (int i = 0; i < IMAGE_COUNT; i++){ if (i<10) { [self.imageArray addObject:[UIImage imageNamed:[NSString stringWithFormat:@"image000%d.jpg", i]]]; }else { [self.imageArray addObject:[UIImage imageNamed:[NSString stringWithFormat:@"image00%d.jpg"