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
2024-06-19 17:01:48 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6929f62f632dffc8bcb659adc2e55ff72fe0f985
6929f62f
1 parent
fbfa2f47
map pins fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.swift
View file @
6929f62
...
...
@@ -483,14 +483,18 @@ import MapKit
}
else
{
logoImageView
.
load
(
link
:
currentMerchant
.
_img_preview
,
placeholder
:
UIImage
(),
cache
:
URLCache
())
}
pinImageView
.
addSubview
(
logoImageView
)
annotationView
?
.
addSubview
(
pinImageView
)
return
annotationView
}
else
{
return
nil
}
}
else
{
return
nil
}
pinImageView
.
addSubview
(
logoImageView
)
annotationView
?
.
addSubview
(
pinImageView
)
return
annotationView
}
public
func
mapView
(
_
mapView
:
MKMapView
,
didSelect
view
:
MKAnnotationView
)
{
...
...
Please
register
or
login
to post a comment