我有一个控制器,里面有各种问题和图像。
在每个问题中,所有元素(图像,按钮)都相对于文本的大小进行了移位。但我也有不同大小的图片。如何一个ImageView正确显示不同大小的图片,以便它们适应屏幕?
我使用Interface Builder。我可以在Interface Builder中提交坐标吗?一个以编程方式调整大小的软件?
答案 0 :(得分:0)
只要您没有与图片内嵌的图片,就可以轻松完成此操作。您可以在Interface Builder中设置它们并使用AutoLayout。将图像中的约束设置到文本的底部,它们将移动。
示例:
Image is not inline w/ text so easy to set up constraints.
__________
| |
| <img> |
|_________|
texttextextextexttext
Image is inline w/ text so not easy to set up constraints for resizing
texttexttext _____________
texttextte | |
textextextt | <IMG> |
textextexte |___________|
textextextextextextextexte