Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

TintColor of AnnotationView when using global appearance #257

Closed bjarkehs closed 2 years ago

bjarkehs commented 5 years ago

We have run into an issue with setting tintcolor of all annotationviews when using

UIView.appearance().tintColor = .someColor

Granted this is not best practice at all, but I think the issue could be circumvented by setting tintColor on every subview when it's added to the AnnotationsView. Right now this is only done whenever the tintColor changes.