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-29 18:14:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0db1d79f62a5a9d6fb91c133174236f985a69b80
0db1d79f
1 parent
77606081
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
0db1d79
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponView.swift
View file @
0db1d79
...
...
@@ -153,7 +153,7 @@ extension CouponView {
struct
CouponView
:
View
{
var
parentView
:
UIView
var
coupon
:
swiftApi
.
CouponSetItemModel
@State
var
couponset
:
CouponSetItemModel
?
@State
var
couponset
:
swiftApi
.
CouponSetItemModel
?
var
uiscreen
=
UIScreen
.
main
.
bounds
...
...
Please
register
or
login
to post a comment