MKMarkerAnnotationView 标题未显示

MKMarkerAnnotationView title is not showing

为什么 MKMarkerAnnotationView 标题会消失。有时我们旋转地图时会出现标题。如何使 MKMarkerAnnotationView 标题始终可见。

MKMarkerAnnotationView 有一个 属性 titleVisibility 可以设置为值之一

.adaptive
.hidden
.visible

.adaptive 在有 space 时呈现标题,这是默认行为。如果您想始终看到它,请将其设置为 .visible.