gpt4 book ai didi

MKMapView 的 iOS 自定义注释

转载 作者:行者123 更新时间:2023-11-29 10:32:52 24 4
gpt4 key购买 nike

首先,我使用 kingpin 来显示一组注释。一切都按预期工作。

我的问题是:如何为注释创建自定义 View ?我并不是指替换 MKPinAnnotationView 的图像。

            if (annotationView == nil) {
annotationView = [[MKPinAnnotationView alloc]initWithAnnotation:annotation reuseIdentifier:@"cluster"];
annotationView.canShowCallout = YES;
annotationView.image = [UIImage imageNamed:@"map_cluster"];
}

有了这个,我只能用图像替换默认图钉。但这不是我需要的全部。

http://imgur.com/nhUIvdx

我来自 Android 背景,我通过将布局扩展为集群(在 iOS 中也称为注释)来解决这个问题。在这个 XML 布局中,我定位了一个容器(白框)、一张图片和一个计数器。结果如下图所示:

http://imgur.com/QoAQQES

我如何在 iOS 中执行此操作?提前感谢您的任何建议!

最佳答案

在这里您可以找到如何创建自定义注释: custom annotation for maps

有什么问题可以问我:)

关于MKMapView 的 iOS 自定义注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28702477/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com