TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | May 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Pauls Macbook on 29 Aug, 2015 3:08 pm.
DCQRCode is a QRCode generate library implement by CoreImage and CoreGraphics. DCQRCode allow you to change the QRCode’s color or Position Style, etc. The inspirarion come from the QRCode feature in WeChat.
git clone [email protected]:Tangdixi/DCPathButton.git
Drag the Source into your project.
Well, it is strongly recommended that you install via CocoaPods or Carthage.
let qrcode = DCQRCode(info: "https://github.com/Tangdixi/DCQRCode", size: CGSize(width: 300, height: 300))
qrcode.backgroundColor = UIColor.yellowColor()
qrcode.color = UIColor.brownColor()
let qrcodeImage = qrcode.image()
More detail just head to the Example Project
Documentation is added into the source file.
You can use option
and click the keyword in Xcode
All you need is open an issue, I’ll answer it ASAP !
DCQRCode is available under the MIT license. See the LICENSE file for more info.