We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caac5f commit 89c0f7bCopy full SHA for 89c0f7b
Sources/BitcoinUI/QRCodeView.swift
@@ -26,10 +26,10 @@ public struct QRCodeView: View {
26
@State private var viewState = CGSize.zero
27
let screenBounds = UIScreen.main.bounds
28
public var qrCodeType: QRCodeType
29
-
+
30
public init(qrCodeType: QRCodeType) {
31
- self.qrCodeType = qrCodeType
32
- }
+ self.qrCodeType = qrCodeType
+ }
33
34
public var body: some View {
35
Image(uiImage: generateQRCode(from: qrCodeType.qrString))
0 commit comments