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.
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.
Make content mode of Uiimageview to Aspect fill .It will solve your issue