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-14 18:11:13 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3ac3e77d107acb6486bee6ef6c3bce70a52f695
a3ac3e77
1 parent
b03aacfb
fix ShareVC descriptionLabel
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
View file @
a3ac3e7
...
...
@@ -66,7 +66,8 @@ import SwiftEventBus
couponImageHeight
.
constant
=
self
.
uiscreen
.
height
*
0.25
nameLabel
.
text
=
couponSetData
?
.
name
??
""
descriptionLabel
.
text
=
couponSetData
?
.
short_description
??
""
// descriptionLabel.text = couponSetData?.short_description ?? ""
descriptionLabel
.
text
=
"Επίλεξε τον αριθμό από τον οποίο θα στείλεις το δώρο και καταχώρησε το COSMOTE τηλέφωνο του φίλου σου."
senderLabel
.
text
=
"Αποστολέας"
senderArrowImage
.
image
=
UIImage
(
named
:
"ic_down_dark"
,
in
:
Bundle
(
for
:
MyEmptyClass
.
self
),
compatibleWith
:
nil
)
...
...
Please
register
or
login
to post a comment