基本信息
源码名称:二维码相关功能实现
源码大小:0.30M
文件格式:.zip
开发语言:Swift
更新时间:2022-01-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

二维码相关功能实现

 `生成二维码/条形码`<br>

* `扫描二维码/条形码`<br>

* `根据光线强弱开启手电筒`<br>

* `扫描成功之后界面之间逻辑跳转处理`<br>

* `扫描界面可自定义(线扫描条样式以及网格样式)`<br>

* `扫描界面仿微信、支付宝(请根据项目需求,自行布局或调整)`<br>

.
├── SwiftScan-master
│   ├── Assets
│   │   ├── 1.PNG
│   │   ├── 2.PNG
│   │   ├── 3.PNG
│   │   ├── 4.PNG
│   │   ├── 5.PNG
│   │   ├── 6.PNG
│   │   ├── 7.PNG
│   │   └── 8.PNG
│   ├── README.md
│   ├── SwiftScan
│   │   ├── AppDelegate.swift
│   │   ├── Assets.xcassets
│   │   │   ├── AppIcon.appiconset
│   │   │   │   ├── Contents.json
│   │   │   │   ├── Icon@2x.png
│   │   │   │   └── Icon@3x.png
│   │   │   ├── Contents.json
│   │   │   ├── alipay.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   ├── alipay@2x.png
│   │   │   │   └── alipay@3x.png
│   │   │   ├── avatar.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   └── avatar.png
│   │   │   ├── default.imageset
│   │   │   │   ├── Contents.json
│   │   │   │   ├── default@2x.png
│   │   │   │   └── default@3x.png
│   │   │   └── wechat.imageset
│   │   │       ├── Contents.json
│   │   │       ├── wechat@2x.png
│   │   │       └── wechat@3x.png
│   │   ├── Base.lproj
│   │   │   ├── LaunchScreen.storyboard
│   │   │   └── Main.storyboard
│   │   ├── GenerateCodeVC.swift
│   │   ├── Info.plist
│   │   └── ViewController.swift
│   ├── SwiftScan.xcodeproj
│   │   ├── project.pbxproj
│   │   ├── project.xcworkspace
│   │   │   ├── contents.xcworkspacedata
│   │   │   ├── xcshareddata
│   │   │   │   └── IDEWorkspaceChecks.plist
│   │   │   └── xcuserdata
│   │   │       ├── dingbs.xcuserdatad
│   │   │       │   └── UserInterfaceState.xcuserstate
│   │   │       └── jason.xcuserdatad
│   │   │           └── UserInterfaceState.xcuserstate
│   │   ├── xcshareddata
│   │   │   └── xcschemes
│   │   │       ├── SwiftScan.xcscheme
│   │   │       └── SwiftScanner.xcscheme
│   │   └── xcuserdata
│   │       └── jason.xcuserdatad
│   │           ├── xcdebugger
│   │           │   └── Breakpoints_v2.xcbkptlist
│   │           └── xcschemes
│   │               └── xcschememanagement.plist
│   └── SwiftScanner
│       ├── Common
│       │   └── Common.swift
│       ├── Controllers
│       │   ├── CameraVC.swift
│       │   ├── HeaderVC.swift
│       │   ├── HeaderVC.xib
│       │   └── ScannerVC.swift
│       ├── Extensions
│       │   ├── AVMetadataObject Extensions.swift
│       │   ├── Platform.swift
│       │   ├── ScanAnimation.swift
│       │   ├── UIImage Extensions.swift
│       │   └── UIViewController Extensions.swift
│       ├── Info.plist
│       ├── Media.xcassets
│       │   ├── Contents.json
│       │   ├── ScanLine.imageset
│       │   │   ├── Contents.json
│       │   │   ├── ScanLine@2x.png
│       │   │   └── ScanLine@3x.png
│       │   ├── ScanNet.imageset
│       │   │   ├── Contents.json
│       │   │   ├── ScanNet@2x.png
│       │   │   └── ScanNet@3x.png
│       │   ├── flashOff.imageset
│       │   │   ├── Contents.json
│       │   │   ├── flashOff@2x.png
│       │   │   └── flashOff@3x.png
│       │   ├── flashOn.imageset
│       │   │   ├── Contents.json
│       │   │   ├── flashOn@2x.png
│       │   │   └── flashOn@3x.png
│       │   └── icon_back.imageset
│       │       ├── Contents.json
│       │       ├── icon_back@2x.png
│       │       └── icon_back@3x.png
│       ├── Model
│       │   ├── CornerLocation.swift
│       │   ├── ScanAnimationStyle.swift
│       │   └── TorchMode.swift
│       ├── SwiftScanner.h
│       └── Views
│           └── ScanView.swift
├── __MACOSX
│   └── SwiftScan-master
│       ├── Assets
│       ├── SwiftScan
│       │   ├── Assets.xcassets
│       │   │   ├── AppIcon.appiconset
│       │   │   ├── alipay.imageset
│       │   │   ├── avatar.imageset
│       │   │   ├── default.imageset
│       │   │   └── wechat.imageset
│       │   └── Base.lproj
│       ├── SwiftScan.xcodeproj
│       │   ├── project.xcworkspace
│       │   │   ├── xcshareddata
│       │   │   └── xcuserdata
│       │   │       └── jason.xcuserdatad
│       │   ├── xcshareddata
│       │   │   └── xcschemes
│       │   └── xcuserdata
│       │       └── jason.xcuserdatad
│       │           ├── xcdebugger
│       │           └── xcschemes
│       └── SwiftScanner
│           ├── Common
│           ├── Controllers
│           ├── Extensions
│           ├── Media.xcassets
│           │   ├── ScanLine.imageset
│           │   ├── ScanNet.imageset
│           │   ├── flashOff.imageset
│           │   ├── flashOn.imageset
│           │   └── icon_back.imageset
│           ├── Model
│           └── Views
└── 好例子网_SwiftScan-master.zip

68 directories, 72 files