我有UIImageView
方面适合。
UIImage
始终位于UIImageView
的中心位置,如何将图像置于左侧?我找不到任何设置。有没有解决方法?
答案 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
设置为contentMode
,AspectFit
或AspectFill
,此功能仍然有效。
答案 1 :(得分:-1)
尝试imageView.contentMode = UIViewContentModeLeft;