Hi,
When I create CGContext using UIGraphics.beginImageContext(),
how can I release it?
CGContext.finalizer doesn't call CGContextRelease,
also CFTyp.finalizer doesn't call CFRelease.
And UIGraphics.popContext without pushContext raises error.
Thanks in advance.
|