0

我正在崩溃:

-[Not A Type retain]: message sent to deallocated instance 0x1e5ed7f0

void drawLinearGradient(CGContextRef context, CGRect rect, CGColorRef startColor, 
                                        CGColorRef  endColor)
{
    UIColor *start = [UIColor colorWithCGColor:startColor];
    UIColor *end = [UIColor colorWithCGColor:endColor];
}
4

0 回答 0