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-20 19:18:53 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2e5356501b4a0ebfa62bb54475ed10174bbddb2
e2e53565
1 parent
53bb1d12
minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CampaignWebview.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
e2e5356
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CampaignWebview.swift
View file @
e2e5356
...
...
@@ -26,7 +26,7 @@ extension CampaignWebview {
print
(
"Back Button tapped!"
)
goBack
()
}
label
:
{
Image
(
"ic_back"
)
Image
(
"ic_back"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
)
)
.
resizable
()
.
aspectRatio
(
contentMode
:
.
fit
)
.
frame
(
width
:
self
.
uiscreen
.
height
*
0.025
,
height
:
self
.
uiscreen
.
height
*
0.02
)
...
...
Please
register
or
login
to post a comment