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-09-19 17:43:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8a37773402b00d281ec3dc7b0c12bfe5e1aa29b
c8a37773
1 parent
78fb19e2
fix Coupon Cell turning gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponsTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponsTableViewCell.swift
View file @
c8a3777
...
...
@@ -126,6 +126,12 @@ import UIKit
// couponBgImage.image = UIImage(named: "coupon_bg", in: MyEmptyClass.resourceBundle(), compatibleWith: nil)
couponImage
.
layer
.
opacity
=
1
borderView
.
layer
.
opacity
=
1
nameLabel
.
layer
.
opacity
=
1
dicountLabel
.
layer
.
opacity
=
1
discriptionLabel
.
layer
.
opacity
=
1
expirationLabel
.
isHidden
=
false
expirationRedView
.
isHidden
=
true
expirationLabel
.
text
=
"Ισχύει έως "
+
(
coupon
.
expiration
??
""
)
...
...
Please
register
or
login
to post a comment