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 12:47:42 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
981badf07f72ec9451a63ce8eb08de17bf125597
981badf0
1 parent
76989744
fix CouponVC description
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
View file @
981badf
...
...
@@ -49,7 +49,8 @@ import UIKit
couponImageHeight
.
constant
=
self
.
uiscreen
.
height
*
0.25
nameLabel
.
text
=
couponset
?
.
name
??
""
descriptionLabel
.
text
=
couponset
?
.
short_description
??
""
let
htmlDescrText
=
couponset
?
.
description
??
""
descriptionLabel
.
text
=
htmlDescrText
.
htmlToString
redeemButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Medium"
,
size
:
16
)
redeemButton
.
setTitle
(
"Απόκτησέ το"
,
for
:
.
normal
)
...
...
Please
register
or
login
to post a comment