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-28 12:26:43 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f850632b12593ab93fdd4b74c2c6435cf5b7e106
f850632b
1 parent
73c0b937
delete comments
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/AllGiftsView.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
f850632
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/AllGiftsView.swift
View file @
f850632
...
...
@@ -92,7 +92,6 @@ extension AllGiftsView {
ImageView
(
withURL
:
item
[
"img_preview"
]
as?
String
??
""
,
width
:
self
.
uiscreen
.
width
*
0.5
,
isFill
:
true
)
VStack
(
alignment
:
.
leading
,
spacing
:
5.0
)
{
// TODO: Change to name
Text
(
item
[
"name"
]
as?
String
??
""
)
.
fontWeight
(
.
bold
)
.
font
(
.
system
(
size
:
16
))
...
...
Please
register
or
login
to post a comment