二维码生成与扫描 AYScandCode

码农软件 · 软件分类 · 条形码/二维码 · 2019-10-07 22:12:33

软件介绍

带颜色,logo 的二维码、条形码生成以及扫描

如果使用二维码扫描请在 info.plist 文件添加 (获取相机权限)

<key>NSCameraUsageDescription</key>
<string>App需要您的同意,才能访问相机</string>

二维码生成

  • 生成彩色二维码,带 logo 图标 :

生成彩色二维码,带logo图标

  • 生成彩色二维码 :

生成彩色二维码,带logo图标

条形码生成

  • 生成彩色条形码 :

条形码生成

  • 生成彩色条形码 :

条形码生成

扫码

  • 初始化 AGSweepCodeViewController 对象,实现 block ,跳转界面即可

本文地址:https://codercto.com/soft/d/16269.html

Algorithms to Live By

Algorithms to Live By

Brian Christian、Tom Griffiths / Henry Holt and Co. / 2016-4-19 / USD 30.00

A fascinating exploration of how insights from computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mind ......一起来看看 《Algorithms to Live By》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码