Xcode 中的 UIView 设备旋转 iPad/iPhone?

发布于 2024-10-07 19:06:28 字数 130 浏览 2 评论 0原文

我是 iPhone/iPad 开发新手,我在轮换中遇到问题。我想根据设备旋转 iPad/iPhone 旋转 UIView ,有时包含完整内容的大小和位置。请帮助我并给我示例代码或任何有用的链接。

谢谢..

I am new in iPhone/iPad development I am getting a problem in rotation. I want to rotate a UIView according to device rotation iPad/iPhone with full content with the size and position sometimes. Please help me out and give me sample code or any useful link.

Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

演多会厌 2024-10-14 19:06:28

如果您想根据设备旋转来旋转任何视图,只需转到 Interface Builder 并在尺寸检查器中设置视图尺寸,如下图所示。

alt text

或者,您可以使用代码进行设置,

view.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;

If you want to rotate any view according to device rotation , Just goto Interface Builder and set the view sizes in the size inspector as shown in the following image.

alt text

or else, you can set using code,

view.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
一世旳自豪 2024-10-14 19:06:28

转到界面生成器 ->尺寸检查器 -> 自动调整尺寸

选择所有外部条形并取消选择内部条形。 :-)

Go to Interface Builder -> Size Inspector ->AutoSizing

Select all the Outer Bars and Un-select the inner bars. :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文