I write iOS app with UITableView using custom UITableViewCell's. I have images in different aspect ratio. I setup aspect fill in code.
self.imageView.contentMode = UIViewContentModeScaleAspectFill;
[self.imageView setClipsToBounds:YES];
and got this
Can someone help me to get rid of such alignment?