I call UIGraphicsGetCurrentContext () in -drawRect: of the inherited UIView class. Then the view is added to scrollView. In -scrollViewDidEndZooming: withView: atScale: I run the -setNeedsDisplay view. Therefore, calling UIGraphicsGetCurrentContext () gives a warning about memory.
Please help me with this.
source
share