[ios] ZXingObjC ZXCapture dissmiss할 시, exc_bad_access code=1 크래쉬 이슈 해결방법
zxing라이브러리 가져다 써서 카메라를 키고있다가..
back해서 dissmiss시켰는데 exc_bad_access code=1 생긴다..
카메라를 계속 메모리에 차지하고 사용하고 있어서 delloc시켜야 하는데..
어떻게 시켜야 할까??
stop하면 될줄 알았는데..계속 죽는다..
layer -> removeFromSuperlayer 이것도 시켜줘야 한다.
그러면 안전하게 빠져 나올 수 있다.
'ios,swift' 카테고리의 다른 글
[ios]swift 최상의 rootviewcontroller replace 하는 방법 (0) | 2020.03.12 |
---|---|
[ios]swift Presenting modal in iOS 13 fullscreen (0) | 2020.03.10 |
[ios]swift collectionview get scoll position 알 수 있는 방법 (0) | 2020.03.04 |
[ios] swift uitextview padding 없애는 방법 (0) | 2020.03.02 |
[ios] Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage issue 해결방법 (0) | 2020.01.31 |