In my app, if the user slides 'Text Size' (under Settings > General > Text Size) to a large value, the city labels in the MKMapView are enlarged. I am sure this is intended and desired in many or most cases, but for my application, the large labels are obfuscating the map annotations itself. This makes it difficult to relate map annotations/overlays (which are the central focus of the app) to their exact position on the map.
Is there are way to opt out of the dynamic text in the map so that the Text Size changes will not affect it?