<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIQRCodeGenerator",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIQRCodeGenerator"
  },
  "title" : "CIQRCodeGenerator"
}
-->

# CIQRCodeGenerator

The properties you use to configure a QR code generator filter.

```
protocol CIQRCodeGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

[`correctionLevel`](/documentation/CoreImage/CIQRCodeGenerator/correctionLevel)

The QR code correction level: L, M, Q, or H.

[`message`](/documentation/CoreImage/CIQRCodeGenerator/message)

The message to encode in the QR code.

## See Also

[`qrCodeGenerator()`](/documentation/CoreImage/CIFilter-swift.class/qrCodeGenerator())

Generates a quick response (QR) code image.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)