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
2023-03-30 11:39:26 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b277787719eebe6cdf62c4f08598a792c404b4cb
b2777877
1 parent
98b6e50e
fix ContextualViewController title, decription
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/ContextualViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/ContextualViewController.swift
View file @
b277787
...
...
@@ -68,8 +68,8 @@ import SwiftEventBus
couponImage
.
contentMode
=
.
scaleAspectFill
couponImageHeight
.
constant
=
230
// 253 // self.uiscreen.height * 0.25
nameLabel
.
text
=
ccms
?
.
_title
??
""
descriptionLabel
.
text
=
ccms
?
.
_
subtitle
??
""
nameLabel
.
text
=
ccms
?
.
_title
Offer
??
""
descriptionLabel
.
text
=
ccms
?
.
_
description
??
""
redeemButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Medium"
,
size
:
18
)
redeemButton
.
setTitle
(
"Ενεργοποίηση"
,
for
:
.
normal
)
...
...
Please
register
or
login
to post a comment