iAd UIImageView memory leak

与世无争的帅哥 提交于 2019-12-24 19:08:18

问题


Running my app on device using Instruments tells me that iAd is leaking on a UIImageView (namely the ad). Does anyone know what this is about and how to fix it?


回答1:


Raise a bug report with Apple




回答2:


You need to release iAd in viewDidUnload



来源:https://stackoverflow.com/questions/3332272/iad-uiimageview-memory-leak

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!