菜鸟教程小白 发表于 2022-12-12 09:06:43

iphone - iOS UITableView 错误


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>这个问题在这里已经有了答案</b>:
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong>根据我的经验:</strong></p>

<p>如果您将 Interface Builder 中的任何 <code>UIControl IBOutlet</code> 连接到 <code>XIB's File's Owner</code>。并且意外(<em>或错误</em>)<code>IBOutlet</code>已从<code>File's Owner</code>中删除,但<code>UIControl</code>的引用可能会保留( <em>availabel</em> ) 在 <code>XIB</code> 中,当时产生以下错误</p>

<blockquote>
<p>&#34;Terminating app due to uncaught exception &#39;NSUnknownKeyException&#39;:Reason&#34;</p>
</blockquote>

<p>您应该根据上述问题找到您的问题。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - iOS UITableView 错误,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15080712/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15080712/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - iOS UITableView 错误