EFQRCode icon indicating copy to clipboard operation
EFQRCode copied to clipboard

A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.

Results 26 EFQRCode issues
Sort by recently updated
recently updated
newest added

![](http://upload-images.jianshu.io/upload_images/2122663-16903ff73dab51d2.jpg?imageMogr2/auto-orient/strip%7CimageView2/2)

feature

http://www.mobanma.com/

feature

![](https://web.xdcdn.net/game/boli/imgs/qr-code-2x.png?1488955186)

feature

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFQRCode/blob/master/README.md), but there...

help wanted
feature

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFQRCode/blob/master/README.md), but there...

feature

![image](https://user-images.githubusercontent.com/35932749/80792081-06541c00-8bad-11ea-9382-b0574adaf559.jpeg)

feature

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [X] I have read the [README.md](https://github.com/EFPrefix/EFQRCode/blob/master/README.md), but there...

feature

```swift // 使用 if let image = EFQRCode.generate(content: "280580947644881355") { let qrImage = UIImage(cgImage: image) imageView.image = qrImage } ``` 第一次 用时 1.9432099166660919 第二次用时 0.02680799999507144 请问有什么解决方法么?

enhancement

你好,最近在做识别二维码的功能,看到EFQRCode识别这块的逻辑有2个疑问. 为什么 CIDetectorAccuracyLow 低精度的识别要放到高精度的后面呢,我理解低精度的速度较快,高精度应该做兜底. 另外一个疑问是 取得图片的灰度这块是必须的吗 ``` private func getQRString() -> [String] { let result = image.ciImage().recognizeQRCode( options: [CIDetectorAccuracy: CIDetectorAccuracyHigh] ) if result.isEmpty, let grayscaleImage = image.grayscale { return grayscaleImage.ciImage().recognizeQRCode(...

![20240103112139](https://github.com/EFPrefix/EFQRCode/assets/49674592/3643ec00-be01-4f2b-8852-d27d13c09011)