Muhammad Asar
Muhammad Asar
Not a very good approach, but works for me `self.updateTimer = Timer.scheduledTimer(timeInterval: 0.01, target: self, selector: #selector(self.animateSlider), userInfo: nil, repeats: true)` @objc private func animateSlider(){ self.sliderView.endPointValue = CGFloat(currentCount) self.centerTextLbl?.text =...
did you find any solution?
Yeah, Symbol layer's iconImage or circle layer's any property. Either works for me
ok, i've got the idea. Thanks @ZiZasaurus. i have to load around 500+ images of users on the map, do you think that approach would be better in that scenario?
> This is not something that is currently handled out of the box by Mapbox, as it is [not supported by the style spec](https://github.com/mapbox/mapbox-gl-style-spec/issues/485), however, there are third-party libraries that...
> you can change this line > > **return String(self[NSRange(start ..< end)])** > > for this: > > ``` > let range: Range = start.. return String(self[range]) > ``` >...
having the same issue anybody find some solution for that?