BringSubViewToFront,sendViewToBack,界面生成器,帮助!

发布于 2024-11-05 04:43:29 字数 278 浏览 1 评论 0原文

如果我在 Interface Builder 中添加了视图,而不是在程序中添加了 addSubView 可以使用bringSubViewToFront、sendViewToBack吗? 我是否需要定义 loadView 才能使用它们 因为我试图在 ViewDidLoad 中使用它,但它返回未定义的方法。

我在IB中有一些观点我想将其发回吗?使用一些布尔变量将其他视图放在前面?在IB中这可能吗?或者我必须使用bringSubViewToFront、sendViewToBack方法?在我的案例中如何使用这些方法? 非常感谢

If I have the views added in Interface Builder and not as addSubView in program
Can Use bringSubViewToFront , sendViewToBack?
do I need to define loadView in order to use them
Because I am trying to use it in ViewDidLoad but it returns undefined method.

I have some views in IB I want to send it back? bring other View in front using some boolean variables ? IS that possible in IB or I have to use bringSubViewToFront , sendViewToBack methods? How to use these methods in my case?
many thanks

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

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

发布评论

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

评论(1

别挽留 2024-11-12 04:43:29

请注意,这些方法是:

-bringSubviewToFront
-sendSubviewToBack
-viewDidLoad
-addSubview

您可以通过 Interface Builder 中视图的顺序来设置层次结构。

Note that the methods are:

-bringSubviewToFront
-sendSubviewToBack
-viewDidLoad
-addSubview

You can set the hierarchy by the ordering of the views in Interface Builder.

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