BringSubViewToFront,sendViewToBack,界面生成器,帮助!
如果我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请注意,这些方法是:
您可以通过 Interface Builder 中视图的顺序来设置层次结构。
Note that the methods are:
You can set the hierarchy by the ordering of the views in Interface Builder.