MxABC/swiftScan

扫描回调相关

LQYaphets opened this issue · 1 comments

@朋友,识别本地相册非二维码图片之后回调没响应,既没有报错也没有result,能否指点一二? @MxABC

这个文件 LBXScanViewController.swift
178到180的代码改成这样

//        if !arrayResult.isEmpty {
            handleCodeResult(arrayResult: arrayResult)
//        }

或者直接改pod,下面是我修改的

pod 'swiftScan', :git => 'https://github.com/GPX-NSlog/swiftScan.git'