UIImageView 尺寸不是我在 IB 中设置的
我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用框架,这可能会解决您的问题。
You can use the frame this may be fix your problem.
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.