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
2022-08-30 11:27:26 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
769897440924d60229ec2e02201ef19299ddc196
76989744
1 parent
d0f40d08
fix coupon cell discription
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponsTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponsTableViewCell.swift
View file @
7698974
...
...
@@ -63,7 +63,8 @@ import UIKit
// couponImage.load(link: couponSetData?.img_preview ?? "", placeholder: UIImage(), cache: URLCache())
// nameLabel.text = couponSetData?.name ?? ""
dicountLabel
.
text
=
(
coupon
.
discount
??
""
)
+
"€"
discriptionLabel
.
text
=
couponSetData
?
.
short_description
??
""
let
htmlText
=
couponSetData
?
.
inner_text
??
""
discriptionLabel
.
text
=
htmlText
.
htmlToString
expirationLabel
.
text
=
"Ισχύει έως "
+
(
coupon
.
expiration
??
""
)
}
...
...
Please
register
or
login
to post a comment