代码和 IB 帧不匹配

发布于 2024-11-08 12:14:21 字数 390 浏览 0 评论 0原文

https://stackoverflow.com/questions/3100878/ipad-frame 相同的问题-programmatically-doesnt-match-with-ib 但没有人回答!

我在 IB 中创建了一个 UITableCell 布局,复制了 UILabel 框架的测量值,并使用它们以编程方式调整框架的大小。

但 Y 坐标偏离了大约 13 个像素 - 为什么?

IB 中的帧 x:176 y:16

代码中的帧以匹配 X:176.0f、y:3.0f

Same question as https://stackoverflow.com/questions/3100878/ipad-frame-programmatically-doesnt-match-with-ib but no-one answered!

I created a UITableCell layout in IB, copied done the measurements of the UILabel frame and used them to programmatically resize the frame.

But the Y coordinate is out by about 13 pixels - WHY?

Frame in IB x:176 y:16

Frame in code to match X:176.0f, y:3.0f

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

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

发布评论

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

评论(1

智商已欠费 2024-11-15 12:14:21

检查您的自动调整大小蒙版和原点位置。

在此处输入图像描述

Check your autoresizing masks and Origin positions.

enter image description here

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