In Objc I use CGImageRelease
method after the treatment of an image. But in Swift this method is not available.
On the Apple documentation after Retaining and Releasing Images
there is a 2 Objective-C symbols hidden
My question is, why is there no more CGImageRelease
in Swift ? And have we to call another method to replace it ?
Thanks !