Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 394 Bytes

note.md

File metadata and controls

5 lines (4 loc) · 394 Bytes
  • ios 使用自带支持的扫码解析功能, 但扫条码的有效范围是矩形范围内的十字架范围, 而不是整个矩形范围
  • android 使用zxing库的扫码解析功能
  • 要注意应用切换到后台时, 高频执行的扫码解析操作应控制终止
  • 要注意扫码View生命周期结束后, 相应的资源应控制终止并释放, 比如: 定时器, 动画, 线程等