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-11-28 10:52:33 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a497557aaa3f62444f4fef1ced64a863d5b48a0e
a497557a
1 parent
3bd5b421
Voucher banner verbal fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/WalletVouchersBannerTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/WalletVouchersBannerTableViewCell.swift
View file @
a497557
...
...
@@ -62,7 +62,7 @@ import UIKit
voucherBannerView
.
backgroundColor
=
.
white
voucherBannerIconImage
.
image
=
voucherBannerIconImage
.
image
?
.
withRenderingMode
(
.
alwaysTemplate
)
voucherBannerIconImage
.
tintColor
=
UIColor
(
red
:
0.00
,
green
:
0.65
,
blue
:
0.89
,
alpha
:
1.00
)
voucherBannerLabel
.
text
=
"
Ενημερώσου για το υπόλοιπο επιδότησης
"
voucherBannerLabel
.
text
=
"
Δες το διαθέσιμο υπόλοιπο
"
voucherBannerLabel
.
textColor
=
UIColor
(
red
:
0.13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
voucherBannerLabel
.
frame
.
size
.
width
=
voucherBannerLabel
.
intrinsicContentSize
.
width
voucherCountView
.
isHidden
=
true
...
...
Please
register
or
login
to post a comment