代码和 IB 帧不匹配
与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的自动调整大小蒙版和原点位置。
Check your autoresizing masks and Origin positions.