我在UIView继承类的-drawRect:中调用UIGraphicsGetCurrentContext()。然后在scrollView上添加视图。 In -scrollViewDidEndZooming:withView:atScale:我正在启动视图的-setNeedsDisplay。 所以调用UIGraphicsGetCurrentContext()会给出内存警告。
请有人帮我解决这个问题。
答案 0 :(得分:0)
didReceiveMemoryWarning与单个函数调用无关。当应用程序因内存泄漏而经常使用太多内存时,会调用它。