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-09-21 11:40:39 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
651477419915e3ce80b2e2f145c889563b975634
65147741
1 parent
4bb005ca
fix meters when opening the webview
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.xib
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
6514774
...
...
@@ -141,7 +141,9 @@ var timer2: DispatchSourceTimer?
print
(
"==== error ===="
)
print
(
error
)
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
2.0
)
{
self
.
startTimer
()
}
})
}
...
...
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.xib
View file @
6514774
...
...
@@ -9,7 +9,7 @@
<capability
name=
"documents saved in the Xcode 8 format"
minToolsVersion=
"8.0"
/>
</dependencies>
<objects>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"MapsViewController"
customModule=
"
swift_example
"
customModuleProvider=
"target"
>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"MapsViewController"
customModule=
"
SwiftWarplyFramework
"
customModuleProvider=
"target"
>
<connections>
<outlet
property=
"addressView"
destination=
"syP-Hv-OGD"
id=
"LUw-pI-3va"
/>
<outlet
property=
"backgroundImage"
destination=
"tVJ-fk-ani"
id=
"ETq-VL-6q7"
/>
...
...
@@ -138,7 +138,7 @@
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
horizontalHuggingPriority=
"251"
horizontalCompressionResistancePriority=
"751"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"bw3-J9-wHr"
userLabel=
"Directions"
customClass=
"CSMButton"
customModule=
"
swift_example
"
customModuleProvider=
"target"
>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
horizontalHuggingPriority=
"251"
horizontalCompressionResistancePriority=
"751"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"bw3-J9-wHr"
userLabel=
"Directions"
customClass=
"CSMButton"
customModule=
"
SwiftWarplyFramework
"
customModuleProvider=
"target"
>
<rect
key=
"frame"
x=
"317"
y=
"235"
width=
"67"
height=
"31"
/>
<state
key=
"normal"
title=
"Button"
/>
<buttonConfiguration
key=
"configuration"
style=
"plain"
title=
"Button"
/>
...
...
Please
register
or
login
to post a comment