gpt4 book ai didi

swift - 以编程方式快速发送到自定义创建 View 中的前端 UIButton

转载 作者:可可西里 更新时间:2023-11-01 01:41:15 25 4
gpt4 key购买 nike

如何以编程方式将 UIButton 发送到前端。在 Storyboard UIView 上拖放 UIButton 的地方,我创建了另一个自定义 UIView 以在按钮操作触发后显示另一个 View 。

最佳答案

UIView 有许多方法可以让您修改 View 层次结构。

bringSubviewToFront:
sendSubviewToBack:
insertSubview:atIndex:
insertSubview:aboveSubview:
insertSubview:belowSubview:
exchangeSubviewAtIndex:withSubviewAtIndex:

由于您的 View 已经插入到您的父 View 中,您可以轻松地调用 bringSubviewToFront: 按您喜欢的顺序为每个 View 一次。

关于swift - 以编程方式快速发送到自定义创建 View 中的前端 UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29454906/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com