Manos Chorianopoulos

barcode lib v12

......@@ -178,11 +178,18 @@ extension CouponBarcodeView {
// .frame(maxWidth: .infinity)
// .padding(.top, self.uiscreen.height * 0.01)
Image(uiImage: barcodeImage)
.renderingMode(.original)
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: 300, height: 300)
Image(uiImage: UIImage(named: "ic_back")!)
.renderingMode(.original)
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: 300, height: 300)
// Image(uiImage: barcodeImage)
// .renderingMode(.original)
// .resizable()
// .aspectRatio(contentMode: .fit)
// .frame(width: 300, height: 300)
// .frame(width: self.uiscreen.width * 0.8, height: self.uiscreen.height * 0.05)
}
// }
......