This is my error, " Argument type 'AnyObject.Protocol' does not conform to expected type 'AnyObject'." I get this error when I insert the following code:
var constraint = NSLayoutConstraint(item: AnyObject, attribute: NSLayoutAttribute, relatedBy: NSLayoutRelation, toItem: AnyObject...