将视图添加到 splitView 中的 rootController
我正在玩一点 iPad 的分割视图,我想向分割的 rootView 添加不同的视图。我可以添加一张图像、我的视图控制器之一的一个视图,但相反,我在旋转方面遇到了问题。
例如,有时顶部会出现一个白色条,我无法执行任何操作来移动它。有人知道如何完美地将视图添加到 rootView 吗?这是正确的还是我必须做其他事情。
谢谢
大卫
I am playing a little with the split view of iPad and I want to add different views to the rootView of the split. I can add one image, one view of one of my view controllers but, instead of that, I have problems with de rotations.
For example, sometimes appear a white bar on the top and I can't do anything to move it. Does someones know how to add views to the rootView perfectly? Is this correct or I have to make other things.
Thanks
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我解决了问题:当我关闭弹出窗口时,我必须退出动画。如果我这样做,一切都会很好。
但是,如果有人可以告诉我如何将视图放入根控制器的最佳实践,请:)
Finally I resolve the problem: When I dismiss the popover I have to get out the animation. If I do this, all works fine.
But if someone can tell me the best practices to how to put views in root controller please :)