将 CGImageRef 存储在 NSDictionnary 中
我的应用程序正在使用一组 CGImageRef,我想知道如何将它们存储在 NSMutableDictionary 中以避免内存泄漏(如何将它们转换为 NSObject 以及如何正确地 CFRelease)
提前感谢您的帮助,
问候,
My app is using a set of CGImageRef and I am wondering how to store them in an NSMutableDictionary in order to avoid memory leakes (How to transform them into NSObject and how to CFRelease properly)
Thanks in advance for your help,
Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这里已经回答了类似的问题: How do I create a CGImageRefs 的可变数组?
I believe something like this was answered here: How do I create a mutable array of CGImageRefs?