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-09-18 12:04:35 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5afd0bbf8c894d2cd874e16fe0f5416a77f151ef
5afd0bbf
1 parent
54064c61
UnifiedCouponBC verbal changes
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBCHeaderTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
View file @
5afd0bb
...
...
@@ -3253,7 +3253,7 @@
</constraints>
<fontDescription
key=
"fontDescription"
name=
"PeridotPE-Bold"
family=
"Peridot PE"
pointSize=
"15"
/>
<inset
key=
"imageEdgeInsets"
minX=
"0.0"
minY=
"0.0"
maxX=
"5"
maxY=
"0.0"
/>
<state
key=
"normal"
title=
"Εμφάνιση
κουπονι
ών"
image=
"ic_down_dark"
>
<state
key=
"normal"
title=
"Εμφάνιση
προσφορ
ών"
image=
"ic_down_dark"
>
<color
key=
"titleColor"
red=
"0.12941176470588234"
green=
"0.12941176470588234"
blue=
"0.12941176470588234"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<preferredSymbolConfiguration
key=
"preferredSymbolConfiguration"
/>
</state>
...
...
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponBCHeaderTableViewCell.swift
View file @
5afd0bb
...
...
@@ -102,7 +102,7 @@ import AVFoundation
showCouponsButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PeridotPE-Bold"
,
size
:
15
)
// termsButton.imageView?.layer.transform = CATransform3DMakeScale(1.5, 1.5, 1.5)
showCouponsButton
.
setTitle
(
"Εμφάνιση
κουπονι
ών"
,
for
:
.
normal
)
showCouponsButton
.
setTitle
(
"Εμφάνιση
προσφορ
ών"
,
for
:
.
normal
)
showCouponsButton
.
setTitleColor
(
UIColor
(
red
:
0.13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
),
for
:
.
normal
)
showCouponsButton
.
setImage
(
UIImage
(
named
:
"ic_down_dark_2.png"
,
in
:
MyEmptyClass
.
resourceBundle
(),
compatibleWith
:
nil
),
for
:
.
normal
)
showCouponsButton
.
semanticContentAttribute
=
.
forceRightToLeft
...
...
@@ -272,8 +272,10 @@ import AVFoundation
func
toggleCoupons
(
couponsVisible
:
Bool
)
{
if
(
couponsVisible
)
{
showCouponsButton
.
setTitle
(
"Απόκρυψη προσφορών"
,
for
:
.
normal
)
showCouponsButton
.
setImage
(
UIImage
(
named
:
"ic_up_dark_2.png"
,
in
:
MyEmptyClass
.
resourceBundle
(),
compatibleWith
:
nil
),
for
:
.
normal
)
}
else
{
showCouponsButton
.
setTitle
(
"Εμφάνιση προσφορών"
,
for
:
.
normal
)
showCouponsButton
.
setImage
(
UIImage
(
named
:
"ic_down_dark_2.png"
,
in
:
MyEmptyClass
.
resourceBundle
(),
compatibleWith
:
nil
),
for
:
.
normal
)
}
}
...
...
Please
register
or
login
to post a comment