Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Lib doesn't allow to add any other custom views to map #26

@gerchicov-bp

Description

@gerchicov-bp

https://github.com/okhanokbay/MapViewPlus/blob/72a7f331e42d539eef0b3b40016e2f8400d495e4/MapViewPlus/Classes/Source/MapViewPlus.swift

guard subview is CalloutAndAnchorView else { return }

You should replace return with continue otherwise it sometimes doesn't deselect the annotation views if sees any other type of subviews.

P.S. Decided to rewrite your library because 50% of it meet our customer requirements only. Starting with removing of protocols with extra obligated methods.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions