gpt4 book ai didi

ios - UIView 返回错误大小

转载 作者:行者123 更新时间:2023-11-30 14:11:18 25 4
gpt4 key购买 nike

我试图获取屏幕/UIView 的尺寸,但它返回较小的区域。这是一张图片来演示: enter image description here

在 View Controller 中运行所有这些:红点位置:

CGPointMake(0, 0)

绿点位置:

CGPointMake(self.view.bounds.width / 2, self.view.bounds.height / 2)

蓝点位置:

CGPointMake(self.view.bounds.width, self.view.bounds.height)

从红点到蓝点的距离应该是屏幕的对角线。有谁知道为什么不是?谢谢!

最佳答案

我发现了这个问题。场景的缩放模式导致了奇怪的结果。我通过使用缩放模式修复了这个问题。

关于ios - UIView 返回错误大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31733281/

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