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-09-05 14:05:33 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c8bd52a4cdb07cd99ffc21365d4280650036865
1c8bd52a
1 parent
51f59cdc
show expiration for single dfy code in wallet
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
1c8bd52
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
1c8bd52
...
...
@@ -233,8 +233,7 @@ import SwiftEventBus
activeCodesCountLabel
.
text
=
"Ενεργός κωδικός:"
activeCodeLabel
.
text
=
dfyCoupons
[
0
]
.
_code
// TODO: UNHIDE IT
activeCodeExpirationLabel
.
isHidden
=
true
activeCodeExpirationLabel
.
isHidden
=
false
if
(
daysFromNow
==
"1"
)
{
activeCodeExpirationLabel
.
text
=
"Λήγει σε "
+
daysFromNow
+
" ημέρα"
}
else
{
...
...
Please
register
or
login
to post a comment