I have a problem with my iOS application. I receive binary vector data from a server (recalculated from osm data) and draw a map from it. Therefore I create polygons, polylines, points and symbols (bitmaps). Of course I also get information like streetnames which I want to include in my map, but how can I make the writing fit into the street? Is there any framework I could use to modify a string on the screen?
Share
You can draw your own string on the screen. You can use this answer. Or you can read this article.