Releases: kingsic/SGQRCode
Releases · kingsic/SGQRCode
4.1.0
16 Jul 01:44
Compare
Sorry, something went wrong.
No results found
本次更新需知
修复无扫描线时,程序崩溃问题
SGScanView 类内部代码逻辑优化
PS:更多内容,请看 4.0.0 版本
4.0.0
15 Jul 17:00
Compare
Sorry, something went wrong.
No results found
本次更新需知
Delegate 取代 Block,更面向过程
扫码类新增手动缩放捕获视图功能
相册功能交由外界处理,新增从图片中识别二维码方法
拓展 SGScanView 类,支持所有主流 App 扫描界面
新增 SGScanViewConfigure 类
新增 SGTorch(手电筒管理类)
新增 SGQRCodeLog(日志类)
新增 SGPermission(相机、相册权限管理类)
新增 SGGenerateQRCode(生成二维码类)
3.5.1
05 Jul 13:35
Compare
Sorry, something went wrong.
No results found
本次更新请注意
拆分 SGQRCodeManager 类,使每个类的功能更细分化
修复[#163 ]问题(iphone6以下机型会话采集率崩溃的问题)
新增相机、相册权限管理类
新增二维码生成类
SGQRCodeManager 更名为 SGScanCode(扫码类)
扫描视图优化局部 API 更换
【已支持 13 种类型码(条形码、二维码)的识别】
3.5.0
30 May 05:58
Compare
Sorry, something went wrong.
No results found
API 的变化:
新增相机授权回调方法
新增后置摄像头判断方法
扫码二维码回调方法的更改
从相册中读取二维码回调方法的更改
相册选择控制器取消按钮的点击回调方法的更改
删除 SGQRCodeObtainConfigure 类
SGQRCodeManager 类替换掉了 SGQRCodeObtain 类
内部代码优化:
扫描会话采集率的优化
支持 13 种类型码(条形码、二维码)的识别,无需外界配置
3.0.1
27 Nov 11:15
Compare
Sorry, something went wrong.
No results found
SGQRCodeObtain 类中新增二维码生成方法
3.0.0
09 Nov 10:54
Compare
Sorry, something went wrong.
No results found
block 取代 delegate;整体类名及 API 的变更
优化从相册中识别二维码功能
新增 SGQRCodeObtainConfigure 类
解决 Podfile 文件配置 use_frameworks! 情况下,资源找不到而导致程序崩溃问题
other
SGQRCodeScanManager 类名更换为 SGQRCodeObtain
SGQRCodeScanningView 类名更换为 SGQRCodeScanView
删除 SGQRCodeHelperTool、SGQRCodeAlbumManager、SGQRCodeGenerateManager 类