通过 Xcode 中的按钮更改图像显示顺序

发布于 2024-11-27 08:37:16 字数 114 浏览 1 评论 0原文

我想改变 xcode 中两个重叠图像的顺序,我该怎么做? 我正在使用按钮 id 来调用数组并显示两个重叠的 UIimagesviews 。现在我想改变它的顺序,但我不知道我可以使用哪种方法。

谢谢。

I want to change the order of two overlaped imagens in xcode, how can i do that?
I am working with button ids to call arrays and display two overlaped UIimagesviews . Now I want to change its order but I cant figure out which method I may use.

thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半山落雨半山空 2024-12-04 08:37:16

您的选择是按照不同的顺序将视图添加到其超级视图,或者操作视图底层zPosition属性,以便您想要的层位于顶部具有比您想要的更高的 zPosition

Your options are either to add the views to their superview in a different order or to manipulate the zPosition property of the views' underlying layers so that the layers you want on top have higher zPositions than the ones you want beneath.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文