André J
André J
Similar to this example: ```swift class ViewController: UIViewController { weak var testView: UIView! var regularConstraints: [NSLayoutConstraint] = [] var compactConstraints: [NSLayoutConstraint] = [] override func loadView() { super.loadView() let testView...
### Ref https://stackoverflow.com/questions/15850417/cocoa-autolayout-content-hugging-vs-content-compression-resistance-priority
Or implement it
Because it's superfluous.
Question is in the title. thanks