在app开发中,经常会遇到二维码扫描的功能。
今天我给大家介绍一下,iOS原生一维码、二维码扫描使用。简单实用
话不多说,直接上单代码 GitHub demo
原生二维码扫描使用到<AVFoundation/AVFoundation.h>
代码比较简单,可以根据自自己的需求进行点缀,一维码、二维码扫描功能都可以使用。
代码下载后运行报如下的错误:
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
plist必须包含一个NSCameraUsageDescription,需要去plist中添加,如下图:
设置后在运行就ok了。
>希望可以帮助大家
如果哪里有什么不对或者不足的地方,还望读者多多提意见或建议
iOS技术交流群:668562416