0
votes

In mapbox for ios using swift what is the correct way to create a custom layer in the annotation bubble using the new Mapbox for iOS I know in the previous version you could get something similar following this link but the new official version seems pretty different. Also the intention is to change the callout, possibly just displaying a UIView in its place

1

1 Answers

0
votes

The callout uses the same dependency as the old SDK, which is SMCalloutView. It should be just as customizable as in that guide you linked to.