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:35:57 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a1274b7c7e4ce9b5b3494511773dd507fe1e14dd
a1274b7c
1 parent
1481f5c4
fix at wallet
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WalletView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
a1274b7
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/WalletView.swift
View file @
a1274b7
...
...
@@ -337,7 +337,8 @@ struct WalletView: View {
ScrollView
(
showsIndicators
:
false
)
{
linearView
(
data
:
data
)
}
.
frame
(
maxWidth
:
.
infinity
,
maxHeight
:
.
infinity
)
.
frame
(
maxWidth
:
.
infinity
,
maxHeight
:
.
infinity
)
.
edgesIgnoringSafeArea
([
.
bottom
])
}
.
frame
(
maxWidth
:
.
infinity
,
maxHeight
:
.
infinity
)
...
...
Please
register
or
login
to post a comment