菜鸟教程小白 发表于 2022-12-13 02:04:08

iphone - iOS - 找出选择了哪个 MKPointAnnotation


                                            <p><p>所以我有一个字典对象的 NSArray,其中包含一堆 JSON 数据。使用该数据,我用一堆 MKPointAnnotations 填充 map ,每个都代表给定字典中的数据。当用户点击其中一个注释点时,我如何才能确定点击了哪个点,以便将正确的数据集与该点相关联?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要创建自己的注释类,以便在每个注释中存储附加信息。在这里查看我的答案:</p>

<p> <a href="https://stackoverflow.com/a/15554322/341994" rel="noreferrer noopener nofollow">https://stackoverflow.com/a/15554322/341994</a> </p>

<p>注意那里提供的链接!我的书深入讨论了这一点:</p>

<p> <a href="http://www.apeth.com/iOSBook/ch34.html#_annotations" rel="noreferrer noopener nofollow">http://www.apeth.com/iOSBook/ch34.html#_annotations</a> </p>

<p>您可以下载一个开发此概念的工作项目:</p>

<p> <a href="https://github.com/mattneub/Programming-iOS-Book-Examples/tree/master/ch34p848map/p707p723map" rel="noreferrer noopener nofollow">https://github.com/mattneub/Programming-iOS-Book-Examples/tree/master/ch34p848map/p707p723map</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - iOS - 找出选择了哪个 MKPointAnnotation,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15802192/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15802192/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - iOS - 找出选择了哪个 MKPointAnnotation