gpt4 book ai didi

ios - UIView 的框架大小问题

转载 作者:可可西里 更新时间:2023-11-01 03:31:27 26 4
gpt4 key购买 nike

我正在处理一个 iPad 项目,目前它处于横向 View 。我尝试这样做:

self.view.frame.size.height

为什么总是返回 960?而在风景中, View 本身的高度尺寸应该是 768,对吗?

我想做的是 allocInitWithFrame 一个位于底部的 UIToolbarUIToolBar 的高度为 50,所以这是我失败的做法:

self.bottom_bar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, self.frame.size.height-50, self.view.frame.size.width, 50)];

为什么会这样,我该怎么做?

最佳答案

两个帖子(onetwo)提到了类似的问题。他们都建议使用 self.view.bounds 而不是 self.view.frame.size.width,因为边界会随着界面方向的变化而变化。

关于ios - UIView 的框架大小问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6770790/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com