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
Vasilis
2022-05-03 12:23:51 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5221522838187d0fe145a15d732efa5746753b02
52215228
1 parent
4c0c6c7e
header fix no2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
7 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/AllGiftsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CampaignWebview.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponBarcodeView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MoreForYouView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WalletView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
5221522
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/AllGiftsView.swift
View file @
5221522
...
...
@@ -31,7 +31,7 @@ extension AllGiftsView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"Όλα τα δώρα μου"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CampaignWebview.swift
View file @
5221522
...
...
@@ -32,7 +32,7 @@ extension CampaignWebview {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
""
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponBarcodeView.swift
View file @
5221522
...
...
@@ -60,7 +60,7 @@ extension CouponBarcodeView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"Εκπτωτικό κουπόνι"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponView.swift
View file @
5221522
...
...
@@ -31,7 +31,7 @@ extension CouponView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"Εκπτωτικό κουπόνι"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
View file @
5221522
...
...
@@ -146,7 +146,7 @@ extension CouponsView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"Όλα τα κουπόνια μου"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MoreForYouView.swift
View file @
5221522
...
...
@@ -44,7 +44,7 @@ extension MoreForYouView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"More for you"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WalletView.swift
View file @
5221522
...
...
@@ -49,7 +49,7 @@ extension WalletView {
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
}
Spacer
()
.
frame
(
width
:
0
)
Text
(
"My loyalty wallet"
)
.
fontWeight
(
.
medium
)
.
font
(
.
system
(
size
:
16
))
...
...
Please
register
or
login
to post a comment