Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
| ... | @@ -87,7 +87,7 @@ extension AllGiftsView { | ... | @@ -87,7 +87,7 @@ extension AllGiftsView { |
| 87 | // addChild(couponsViewController) | 87 | // addChild(couponsViewController) |
| 88 | couponBarcodeViewController.view.frame = parentView.frame | 88 | couponBarcodeViewController.view.frame = parentView.frame |
| 89 | parentView.addSubview(couponBarcodeViewController.view) | 89 | parentView.addSubview(couponBarcodeViewController.view) |
| 90 | - couponBarcodeViewController.didMove(toParent: UIHostingController(rootView: self)) | 90 | +// couponBarcodeViewController.didMove(toParent: UIHostingController(rootView: self)) |
| 91 | } label: { | 91 | } label: { |
| 92 | HStack(alignment: .center, spacing: 0.0) { | 92 | HStack(alignment: .center, spacing: 0.0) { |
| 93 | 93 | ... | ... |
-
Please register or login to post a comment