菜鸟教程小白 发表于 2022-12-12 03:57:30

ios - 不完整的实现为什么我不能解决这个问题


                                            <p><p>请任何人告诉我如何解决不完整的实现警告:</p>

<blockquote>
<p>Semantic Issue-Incomplete implementation) @interface SecondController
() @end</p>

<p>@implementation SecondController</p>
</blockquote>

<p>编辑:</p>

<pre><code> #import &#34;SecondController.h&#34;

@interface SecondController ()
@end

@implementation SecondController

@synthesize webv;
   - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
       self = ;
       if (self) {

       }
      return self;
    }
   -(void)setWebv:(WebView *)webview {
       [ loadRequest:]];
       ;
   }
@end
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果没有你的代码,请检查这个。</p>

<pre><code>In the Case of `Semantic Issue - Incomplete implementation`
</code></pre>

<p>Xcode 会告诉你你缺少什么。
步骤:<code>选择 View >导航器>显示问题导航器</code>,
然后拒绝所有的披露三角形:
希望对你有帮助。</p>

<p> <img src="/image/EJCNZ.png" alt="enter image description here"/> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 不完整的实现为什么我不能解决这个问题,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15942283/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15942283/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 不完整的实现为什么我不能解决这个问题