CGContextDrawImage导致EXC BAD ACCESS

时间:2012-04-30 09:00:57

标签: objective-c ios xcode exc-bad-access cgcontext

这几行代码导致EXC BAD ACCESS。很明显,self.thumbnailimage不是零(我检查)。那可能是什么?

  CGContextRef context = UIGraphicsGetCurrentContext();
    if(self.thumbnailImage)
    {
        CGContextDrawImage(context,CGRectMake(14, 5, 58, 58), self.thumbnailImage);
    }

1 个答案:

答案 0 :(得分:0)

嗯,问题解决了。我最终使用了uiimage方法drawInRect