Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2023-06-28 13:40:43 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eb3761cd0f505d3c91e2a9202536c6ab32744de2
eb3761cd
1 parent
0bca1c0a
Fix unified coupon barcode
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBCHeaderTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBCHeaderTableViewCell.swift
View file @
eb3761c
...
...
@@ -126,7 +126,8 @@ import AVFoundation
couponNumberLabel
.
text
=
coupon
?
.
_barcode
??
""
couponView
.
frame
=
CGRect
(
x
:
0.0
,
y
:
0.0
,
width
:
couponView
.
intrinsicContentSize
.
width
,
height
:
55
)
let
barcodeString
=
constructBarcode
(
coupon
:
coupon
)
??
""
// let barcodeString = constructBarcode(coupon: coupon) ?? ""
let
barcodeString
=
coupon
?
.
_barcode
??
""
barcodeLabel
.
text
=
barcodeString
// Uncomment if Barcode Section is active again
...
...
Please
register
or
login
to post a comment