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-04-29 18:25:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e6a45e78f9ca370732128a23bb4140f56f05976
0e6a45e7
1 parent
77606081
couponsView fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
0e6a45e
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsView.swift
View file @
0e6a45e
...
...
@@ -305,7 +305,8 @@ struct CouponsView: View {
)
}
.
frame
(
width
:
self
.
uiscreen
.
width
,
height
:
self
.
uiscreen
.
height
)
.
frame
(
maxWidth
:
.
infinity
,
maxHeight
:
.
infinity
)
// .frame(width:self.uiscreen.width, height:self.uiscreen.height )
}
}
#endif
...
...
Please
register
or
login
to post a comment