We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code below!! ` @State private var pay2dCodeImage:Image = nil @State var code39:String="Hello Code39 why fake code" @State var pay2dCodeImage:Image = Image("membercard_icon_light") //付款條碼圖片 @State var qrcodeType = CBBarcodeView.BarcodeType.qrCode @State var rotate = CBBarcodeView.Orientation.up
CBBarcodeView(data: $code39, barcodeType: $qrcodeType, orientation: $rotate) { image in print("make image") genBarCoded = true self.pay2dCodeImage = Image(uiImage: image!) } pay2dCodeImage .resizable() .frame(width:screen.width * 0.76,height: screen.height * 0.3)
` pay2dCodeImage is not shown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code below!!
`
@State private var pay2dCodeImage:Image = nil
@State var code39:String="Hello Code39 why fake code"
@State var pay2dCodeImage:Image = Image("membercard_icon_light") //付款條碼圖片
@State var qrcodeType = CBBarcodeView.BarcodeType.qrCode
@State var rotate = CBBarcodeView.Orientation.up
`
pay2dCodeImage is not shown.
The text was updated successfully, but these errors were encountered: