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

### 检查清单 - [x] 我已阅读 [README.md](https://github.com/EFPrefix/EFQRCode/blob/main/README_CN.md),但没找到我需要的信息。 - [x] 我已查看 [已知的问题](https://github.com/EFPrefix/EFQRCode/issues?utf8=%E2%9C%93&q=is%3Aissue),但没有相似的提问/请求。 ### 问题描述 选择相册里的gif图作为水印图片,EFImage为normal成了普通照片 #### 展开讲讲 在从相册里选择照片的didFinishPickingMediaWithInfo回调方法里, if let imageUrl = info[.referenceURL] as? URL, let asset = PHAsset.fetchAssets(withALAssetURLs: [imageUrl], options: nil).lastObject...

圆形的 或者其他形状的

### 检查清单 - [x] 我已阅读 [README.md](https://github.com/EFPrefix/EFQRCode/blob/main/README_CN.md),但没找到我需要的信息。 - [x] 我已查看 [已知的问题](https://github.com/EFPrefix/EFQRCode/issues?utf8=%E2%9C%93&q=is%3Aissue),但没有相似的提问/请求。 ### 问题描述 在你的最新的 commit 之后,https://github.com/EFPrefix/EFQRCode/commit/97f66a5800dc272206be453ad19604548ff0e0e0#diff-62bd2b94df67e500d0bcc4f14bba20a84ffe68db558b43094b5f464dbafabe3e 使用 Swift package Manger 的方式引入报错。 #### 展开讲讲 具体的报错是这个。 #### 重现步骤 (估计跟最新系统没关系,应该就是你的最新的 commit 后出的问题) Xcode 16.0...

Hey, nice project! I recently saw a design for a QR code that used different colors for certain control elements / patterns of a QR code and thought it might...