如何缩放图像以适应ios中的图像视图?

时间:2014-10-08 01:59:51

标签: ios

我将图像放在xcode的图像视图中并设置“缩放到适合”模式,但我发现图像不符合图像视图的大小。那么如何使图像适合ios中图像视图的大小?

以下是故事板的截图。  Here is my screen shot.

2 个答案:

答案 0 :(得分:7)

要在故事板中执行此操作,请选择UIImageView,打开属性检查器,然后从“模式”下拉菜单中选择“Aspect Fill”或“Aspect Fit”。

UIImageView Content Mode

答案 1 :(得分:2)

可以使用的几种方法:

imageView.contentMode = UIViewContentMode.ScaleAspectFill
imageView.contentMode = UIViewContentMode.ScaleAspectFit