Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能帮我处理 MKPointAnnotation 吗?我想用图像替换注释文本。例如,“1094_00_m.jpg”应该显示与文件名而不是文件名对应的图像。图像缩略图将出现在白色区域。这可能吗?
提供一个自定义的 MKAnnotationView。现在只需覆盖setSelected:animated:以显示自定义视图而不是内置标注。自定义视图中的内容完全取决于您。
setSelected:animated: