替换 iPhone 旋转上的 ViewController
我的应用程序只有一个纵向驱动的 GUI,但只有一个部分需要旋转。 当设备旋转时,我想关闭当前视图(控制器?)并将其替换为外观完全不同的视图。 我该怎么办?有示例代码吗?
My App only has a portrait driven GUI, but there's a only section that needs to be rotated.
When the device is being rotated I want to dismiss the current View(Controller?) and replace it with a totally different looking one.
How can I do? Any example code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以简单地在 .xib 文件中的同一个 UIViewController 中拥有 2 个不同的视图,并在需要时在它们之间切换。
假设 UIViewController 中有两个视图:
You can simply have 2 Different Views in the same UIViewController in the .xib file and switch between them when needed.
Let's say you have Two views in the UIViewController: