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-04-20 15:22:10 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
323820eabe41fcc1484421e604b315f235819017
323820ea
1 parent
f321c3b4
fixes
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
323820e
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
View file @
323820e
...
...
@@ -104,8 +104,8 @@ extension CouponsView {
HStack
{
Image
(
"ic_back"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
.
resizable
()
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.0
3
,
height
:
self
.
uiscreen
.
height
*
0.02
)
.
offset
(
y
:
self
.
uiscreen
.
height
*
0.0
2
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.0
25
,
height
:
self
.
uiscreen
.
height
*
0.02
)
.
offset
(
y
:
self
.
uiscreen
.
height
*
0.0
18
)
}
}
Text
(
"Όλα τα κουπόνια μου"
)
...
...
@@ -162,7 +162,7 @@ extension CouponsView {
.
padding
(
.
top
,
self
.
uiscreen
.
height
*
0.05
)
.
frame
(
width
:
self
.
uiscreen
.
width
*
0.95
,
height
:
self
.
uiscreen
.
height
*
0.13
)
.
background
(
Image
(
"coupons_container"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
Image
(
"coupons_container"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
.
resizable
()
)
}
...
...
@@ -174,7 +174,7 @@ extension CouponsView {
struct
CouponsView
:
View
{
var
data
:
Array
<
NSDictionary
>
=
DataModel
()
.
getData
var
tag
:
String
=
"coupons"
var
parentView
:
UIView
var
uiscreen
=
UIScreen
.
main
.
bounds
...
...
@@ -200,7 +200,7 @@ struct CouponsView: View {
}
.
frame
(
width
:
self
.
uiscreen
.
width
,
height
:
self
.
uiscreen
.
height
*
0.9
)
.
background
(
Image
(
"coupons_scroll
V
iew"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
Image
(
"coupons_scroll
v
iew"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
)
}
...
...
Please
register
or
login
to post a comment