UIImageView 尺寸不是我在 IB 中设置的

发布于 2024-08-01 14:02:17 字数 210 浏览 3 评论 0原文

我将 UIImageView 设置为 70x70 像素。 在实际视图中,它们看起来高 70 像素,宽 30 像素。 这是当没有设置源 UIImage 且没​​有背景颜色时,我可以看到它的布局。 但是,当我为其设置 UIImage 时,布局不会改变,仍保持纵向。

我是否忽略了一些会影响 UIImage 或 UIImageView 布局尺寸的东西?

谢谢。

I set a UIImageView to 70x70 pixels. In the actual view they look 70px high and 30 wide. This is when there is no source UIImage set and with a background color so I can see it's layout. However, when I do set a UIImage to it the layout does not change, remains portrait.

Is there something I am overlooking that affects the layout dimensions of a UIImage or UIImageView?

Thanks.

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

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

发布评论

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

评论(2

强辩 2024-08-08 14:02:17

您可以使用框架,这可能会解决您的问题。

You can use the frame this may be fix your problem.

〃温暖了心ぐ 2024-08-08 14:02:17

NWcoder 的评论听起来像是对这里发生的事情的合理回答。 另外,Siddiqui 提到了可以用来覆盖布局的框架,但由于自从我提出这个问题以来已经过去了很长时间,我不会确认或否认。 只是根据逻辑假设。

我正在回答我自己的问题,以尽可能地结束这个问题。

NWcoder's comment sounds like a reasonable answer to what was going on here. Also, Siddiqui mentioned the frame which can be used to override the layout, but since so much time has passed since I ad this question, I won't confirm or deny. Just assuming based on logic.

I'm answering my own question to close this question out as best as possible.

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