Reputation: 55
I have a tableview with setting:
self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 50;
It's work fine in 5/5s, 6/6s, 7 but its not working in 6s+/7+, images is stretch.
Upvotes: 2
Views: 320
Reputation: 396
Make content mode of Uiimageview to Aspect fill .It will solve your issue
Upvotes: 6