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:51:22 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33cb8741780c84b5e2835e9660b53bfc8e59273e
33cb8741
1 parent
c943d7ee
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MoreForYouView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
33cb874
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MoreForYouView.swift
View file @
33cb874
...
...
@@ -184,6 +184,7 @@ struct MoreForYouView: View {
}
.
frame
(
maxWidth
:
.
infinity
,
maxHeight
:
.
infinity
)
.
edgesIgnoringSafeArea
([
.
bottom
])
// .frame(width:self.uiscreen.width, height:self.uiscreen.height )
}
}
...
...
Please
register
or
login
to post a comment