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
2025-05-26 18:20:33 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af19917af23c5aa81254127b26f5e99e9c774528
af19917a
1 parent
d49ea1d1
discount fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
af19917
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.swift
View file @
af19917
...
...
@@ -42,7 +42,8 @@ import UIKit
:
data
.
discountType
==
"free"
?
"Δωρεάν"
:
""
discountLabel
.
text
=
"
\(
data
.
discount
)\(
discountSymbol
)
"
// discountLabel.text = "\(data.discount)\(discountSymbol)"
discountLabel
.
text
=
data
.
discount
discountLabel
.
font
=
UIFont
(
name
:
"PingLCG-Bold"
,
size
:
17
)
discountLabel
.
textColor
=
UIColor
(
rgb
:
0xF2F2F2
)
...
...
Please
register
or
login
to post a comment