iOS swift Aspect Fit左侧放置

时间:2015-10-20 08:40:25

标签: ios swift uiimageview uiimage

我有UIImageView方面适合。

UIImage始终位于UIImageView的中心位置,如何将图像置于左侧?我找不到任何设置。有没有解决方法?

2 个答案:

答案 0 :(得分:1)

Here是一个很好的例子,您可以使用它来实现您想要实现的目标。

它是<android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/list" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> 的子类,允许您自定义UIImageView帧内显示图像的对齐方式。即使view's设置为contentModeAspectFitAspectFill,此功能仍然有效。

答案 1 :(得分:-1)

尝试imageView.contentMode = UIViewContentModeLeft;