我漏水了,但看不到哪里。这是我的部分代码:+(UIImage*)imageWithColor:(UIColor*)colorandSize:(CGSize)size{UIGraphicsBeginImageContext(size);CGContextRefcontext=UIGraphicsGetCurrentContext();CGContextSetFillColorWithColor(context,color.CGColor);CGContextFillRect(context,CGRectMake(0,0,size.width,size.height));UIImage*c