How to generate QR code in AppKit
Issue #140
I need to generate QR code in https://github.com/onmyway133/AddressGenerator. Fortunately with CoreImage
filter, it is very easy. Code is in Swift 4
1 | import AppKit |
Issue #140
I need to generate QR code in https://github.com/onmyway133/AddressGenerator. Fortunately with CoreImage
filter, it is very easy. Code is in Swift 4
1 | import AppKit |