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-26 12:30:15 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
654f12913718f1bc1c495cc4d92018ec1c51ad42
654f1291
1 parent
3bc4aa75
fix coupons sharing button title
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
SwiftWarplyFramework/SwiftWarplyFramework/MakeItAPresentViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
654f129
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
View file @
654f129
...
...
@@ -114,7 +114,7 @@ import AVFoundation
expirationLabel
.
text
=
"Το κουπόνι ισχύει έως "
+
(
coupon
?
.
expiration
??
""
)
redeemButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Medium"
,
size
:
16
)
redeemButton
.
setTitle
(
"Κάν
το
δώρο!"
,
for
:
.
normal
)
redeemButton
.
setTitle
(
"Κάν
ε
δώρο!"
,
for
:
.
normal
)
redeemButton
.
setTitleColor
(
.
white
,
for
:
.
normal
)
redeemButton
.
backgroundColor
=
UIColor
(
red
:
0.47
,
green
:
0.75
,
blue
:
0.08
,
alpha
:
1.00
)
redeemButton
.
layer
.
cornerRadius
=
12.0
...
...
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
View file @
654f129
...
...
@@ -1459,7 +1459,7 @@
</constraints>
<fontDescription
key=
"fontDescription"
name=
"PFSquareSansPro-Medium"
family=
"PF Square Sans Pro"
pointSize=
"16"
/>
<inset
key=
"imageEdgeInsets"
minX=
"0.0"
minY=
"0.0"
maxX=
"2.2250738585072014e-308"
maxY=
"0.0"
/>
<state
key=
"normal"
title=
"Κάν
το
δώρο!"
>
<state
key=
"normal"
title=
"Κάν
ε
δώρο!"
>
<color
key=
"titleColor"
white=
"1"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"genericGamma22GrayColorSpace"
/>
</state>
<connections>
...
...
SwiftWarplyFramework/SwiftWarplyFramework/MakeItAPresentViewController.swift
View file @
654f129
...
...
@@ -15,7 +15,7 @@ import UIKit
self
.
hidesBottomBarWhenPushed
=
true
setBackButton
()
setNavigationTitle
(
"Κάν
το
δώρο!"
)
setNavigationTitle
(
"Κάν
ε
δώρο!"
)
}
...
...
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
View file @
654f129
...
...
@@ -49,7 +49,7 @@ import SwiftEventBus
// Do any additional setup after loading the view.
setBackButton
()
setNavigationTitle
(
"Κάν
το
δώρο!"
)
setNavigationTitle
(
"Κάν
ε
δώρο!"
)
backgroundImage
.
image
=
UIImage
(
named
:
"coupons_scrollview_white"
,
in
:
Bundle
(
for
:
MyEmptyClass
.
self
),
compatibleWith
:
nil
)
...
...
Please
register
or
login
to post a comment