ios - 其 View 不在 NSNotification 中的窗口层次结构中
<p><p>我有错误
其 View 不在窗口层次结构中!</p>
<p>当我是 NSnotification 时</p>
<pre><code>- (void) receiveTestNotification:(NSNotification *) notification
{
if ([ isEqualToString:@"TestNotification"])
NSLog (@"Successfully received the test notification!");
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]