UINavigationController 在 cocos2d 中尺寸错误
我可以将 UIView 控件中的视图添加到 cocos2d 中。然后我使用框架属性调整它的大小,它填满了屏幕。否则它看起来像是在纵向视图中,我可以看到它后面的 cocos2d 视图,并且底部被切断。
太棒了...一切正常...但是然后。
我创建了一个 UINavigationController。我对 uinavigationcontroller.view.frame 尝试了同样的操作,但无论发生什么,它都停留在纵向模式。
我如何调整视图和 UINavigationController 内容的大小,以便它以横向方式填充屏幕?
I'm able to add a view from UIView control to cocos2d. I then resize it using the frame property and it fills up the screen. Otherwise it looks like it is in portrait view and I can see the cocos2d view behind it and the bottom part is cut off.
So great... everything worked... but then.
I create a UINavigationController. I try the same thing all over with the uinavigationcontroller.view.frame, but no matter what happens it is stuck in the portrait mode.
How can i resize the view and the UINavigationController stuff so it fills the screen in landscape?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请按如下方式处理 view.frame 属性:
please handle view.frame property like following: