Swift UITableViewCell separatorStyle breaking autolayout on iPhone MIni – Ios swift
I have a UITableView which has a UITableViewCell which contains a UIImageView. The constraints are setup such that the UIImageView has padding 20 points at the top and sides, and a size ratio of 1:1, so the UIImageView will always…