I\'m trying to use autolayout in my iOS app programmatically. I have a simple view controller with this init code
UIView *i
Just for the record: the exception concerning the missing superview gets already triggered by constraintsWithVisualFormat not addConstraints
constraintsWithVisualFormat
addConstraints