UIImagePickerController Memory Leak

前端 未结 5 1196
日久生厌
日久生厌 2020-12-03 08:49

I am seeing a huge memory leak when using UIImagePickerController in my iPhone app. I am using standard code from the apple documents to implement the control:<

5条回答
  •  北海茫月
    2020-12-03 09:32

    It's a bug in the SDK. File a report with Apple. I have the samme isue. It is also documented here: http://www.cocoabuilder.com/archive/cocoa/285293-iphone-memory-leak-can-explain.html and that was over a year ago and still no fix.

提交回复
热议问题