I was trying to add constraint to my repeatSegment.
//Repeat Segment
repeatSegment?.setNeedsDisplay()
repeatSegment?.translatesAutoresizingMaskIntoConstraints = false
let repeatSegmentConstraint1 = NSLayoutConstraint(item: repeatSegment!, attribute: .width, relatedBy: .equal, toItem: nil, attribute: .notAnAttribute, multiplier: 1.00, constant: 190) <<Error here