Multiple lines in RMAnnotation title in Mapbox?

283 Views Asked by At

Im wondering if its possible to make the annotation title that comes up when you tap an annotation have multiple lines. Mapbox uses the SMCalloutView for that popup view.

The Mapbox references are very poor for ios...

1

There are 1 best solutions below

1
lojals On

You can fork SMCallOutView an create your own custom version after you can Use it like this question.

How to change margins in SMCalloutView