强制更改选项卡栏控制器的方向
哈。
在我的 iPhone 应用程序中,我不会在不旋转设备的情况下将标签栏方向更改为横向或纵向,这样当我按下旋转按钮时,整个标签栏控制器需要旋转为横向或纵向模式。
有人可以给我一个建议吗?
Hai.
In my iphone app i won't to change my tabbar orientation to landscape or portrait with out rotating the device, such that when i am pressing rotate button whole tabbar controller need to rotate for either landscape or portrait mode.
can any one please give me a suggestion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想改变方向,请尝试更改框架。
上面的代码将点从纵向转换为横向...类似地尝试更改视图的框架。
If you don't want to change orientation, try changing the frame.
The above code convert points from portrait to landscape... similarly try changing the frame of the view.