NSLayoutConstraint style for VFL
问题 "V:|[v(>=height)]-0.0@highPriority-|" What will be the constraint (NSLayoutConstraint style) for above VFL. Perhaps its considering view height with greaterThanEqual & bottom constraint with UILayoutPriority.defaultHigh . Something i used - let heightConstraint = NSLayoutConstraint(item: self.view!, attribute: NSLayoutAttribute.height, relatedBy: NSLayoutRelation.greaterThanOrEqual, toItem: nil, attribute: NSLayoutAttribute.notAnAttribute, multiplier: 1, constant: 0) let bottomConstraint =