ios - 如何将 superview 放在前面?
<p><p>通常开发人员会尝试将 subview 放在前面。相反,如何将superview 放在前面? </p>
<p>我正在寻找 <code>bringSubviewToFront(_:)</code> 的反面。它应该看起来像 <code>bringSuperviewToFront(_:)</code></p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><blockquote>
<p>I'm looking for a reverse of bringSubviewToFront(<em>:). It should look like bringSuperviewToFront(</em>:)</p>
</blockquote>
<p><strong>那不存在。</strong>不要给你的按钮一个 subview ,而是让 subview 和某个容器的按钮 subview 。然后您可以调整它们的相对 z 位置以适合您的目的。</p></p>
<p style="font-size: 20px;">关于ios - 如何将 superview 放在前面?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/33014636/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/33014636/
</a>
</p>
页:
[1]