iphone - `wait_fences` 错误消息究竟是什么意思
<p><p>我遇到了 <code>wait_fences</code> 错误消息 <a href="https://stackoverflow.com/questions/7199628/wait-fences-failed-to-receive-reply-10004003/8791246#8791246" rel="noreferrer noopener nofollow">several times</a> .</p>
<p>我找不到任何关于它的官方文档我想知道这个错误信息是在什么情况下发生的,它到底意味着什么。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您应该只在您的 View 出现时才制作动画。在 View 实际出现之前,您不应尝试对其进行操作。这意味着您应该覆盖 <code>viewDidAppear</code> 而不是 <code>viewWillAppear</code>。 </p></p>
<p style="font-size: 20px;">关于iphone -`wait_fences` 错误消息究竟是什么意思,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/8835575/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/8835575/
</a>
</p>
页:
[1]