I have an issue with UIImageView
in UITabelViewCell
.
here is my UIImageView
in the interface builder and it's constraints
When i set the mode "scale to fill" i got this result (which match the constraints and my expectations)
but I don't want that mode!!
What I want is "Aspect Fill", but sitting this mode give me this result
How Can I handle this issue ?