ZBar memory leak on iOS?

前端 未结 3 1656
再見小時候
再見小時候 2021-02-14 07:43

I am very satisfied with ZBar scanning performance, however I ran into a big problem on a project that runs under ARC if that counts at all.

Namely, it seems that there

3条回答
  •  礼貌的吻别
    2021-02-14 08:00

    I found temporary (I hope it is temporary) workaround. Instead of using ZBarReaderViewController I am using ZBarReaderView directly and also another delegate to handle the results.

提交回复
热议问题