I am trying to have my UIImageView centerCrop so it fits my width.In my Android version all I need to do is this android:scaleType="centerCrop"
and this is the result.
However, in IOS I am calling Content mode = Center but this is the result
How do I get the same result in my IOS that I have in Android.
Note I am using Swift 4.2
Android- android:scaleType="centerCrop"
IOS