菜鸟教程小白 发表于 2022-12-13 07:36:21

iphone - mkmapview 在 IOS 4.2 中崩溃


                                            <p><p>这是卡提克。当我运行我的应用程序时,我收到以下错误。当我的应用程序试图找到用户位置时,它崩溃了。实际上在 <strong>IOS 4.0</strong> 和 <strong>4.1</strong> 中它工作正常。只有在 4.2 中它才会崩溃。你能帮帮我吗?</p>

<blockquote>
<p>CoreAnimation: ignoring exception:
(null) must implement title when
canShowCallout is YES on correspoding
view &gt; visible:0 +0.00000000, +0.00000000 2011-05-09 12:32:40.631 HOV <strong>*
Terminating app due to uncaught
exception &#39;NSGenericException&#39;,
reason: &#39;&gt;
visible:0 +38.91791916, -77.20580292
must implement title when
canShowCallout is YES on correspoding
view &gt; visible:0 +38.91791916, -77.20580292&#39;
*</strong> Call stack at first throw:</p>
</blockquote></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>你应该完全按照错误文本告诉你的去做:你的 MkAnnotation 委托(delegate)应该实现</p>

<pre><code>- (NSString*)title
</code></pre>

<p>方法,它提供要在标注 View 中显示的文本。
该方法是可选的,仅当您将 canShowCallout 设置为 YES 时才会调用该方法。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - mkmapview 在 IOS 4.2 中崩溃,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/5933632/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/5933632/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - mkmapview 在 IOS 4.2 中崩溃