Getting memory warning while using UIImagePickerControllerOriginalImage to get image from UIImagePickerController

杀马特。学长 韩版系。学妹 提交于 2019-12-04 09:35:00

I have tried to solve these problem with many ways but didn't get success. Finally I have changed my approach and used AVCaptureSession to take picture from iPhone camera Here is the sample code provided by Apple

https://developer.apple.com/library/ios/samplecode/SquareCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011190

All is fine now no memory leaks, performance improved, capturing processes is fast.

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