gpt4 book ai didi

ios - 是否可以将 UIView 移出 Controller 而不被剪切?

转载 作者:搜寻专家 更新时间:2023-11-01 07:31:43 24 4
gpt4 key购买 nike

我有 2 个 UIViewController。一个是内容,另一个是幻灯片菜单。

enter image description here

我想像这样将 Controller 2 的按钮移到它的 super View 之外

enter image description here

这可能吗?因为我试图为 super View 设置 clipToBounds = NO。我得到的唯一结果是:

enter image description here

有什么建议吗?

最佳答案

这里有几个选项。最明显的是 Controller 2 的 View 上的 clipToBounds = NO,以及包含该按钮的任何其他 subview 。

如果您不想将其设置为NO,则该 View 不能成为裁剪 View 层次结构的一部分。然后,您必须将它移动到共享的父 View ,例如容器 Controller 的 View 、窗口等。

关于ios - 是否可以将 UIView 移出 Controller 而不被剪切?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32209491/

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