菜鸟教程小白 发表于 2022-12-12 18:25:21

ios - 其 View 不在 NSNotification 中的窗口层次结构中


                                            <p><p>我有错误
其 View 不在窗口层次结构中!</p>

<p>当我是 NSnotification 时</p>

<pre><code>- (void) receiveTestNotification:(NSNotification *) notification
{


    if ([ isEqualToString:@&#34;TestNotification&#34;])
      NSLog (@&#34;Successfully received the test notification!&#34;);


    UIStoryboard *storyboard = ;
    mainTabViewController *vc = ;
    ;

    ;

}
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果您想在单元格内显示事件 View ,
<br/>也许在标题旁边,你可以使用类似的东西,</p>

<pre><code> UIActivityIndicatorView *activityView = [   initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite];
;
;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 其 View 不在 NSNotification 中的窗口层次结构中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21472493/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21472493/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 其 View 不在 NSNotification 中的窗口层次结构中