Platforms/iPhoneSimulator.platform/Developer/SDKs/ iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/ CertUIFramework.axbundle> (not loaded) 2014-08-10 23:48:07.341 autolayoutTest[952:60b] ( "<NSIBPrototypingLayoutConstraint:0x8d63ed0 'IB auto generated at build time for view with fixed frame' H:|-(139)-[UILabel:0x8d68d00] (LTR) (Names: '|':UIView:0x8d47260 )>", "<NSIBPrototypingLayoutConstraint:0x8d69250 'IB auto generated at build time for view with fixed frame' V:|-(255)-[UILabel:0x8d68d00] (Names: '|':UIView:0x8d47260 )>", "<NSIBPrototypingLayoutConstraint:0x8d69300 'IB auto generated at build time for view with fixed frame' H:[UILabel:0x8d68d00(42)]>", "<NSIBPrototypingLayoutConstraint:0x8d69330 'IB auto generated at build time for view with fixed frame' V:[UILabel:0x8d68d00(21)]>", "<_UILayoutSupportConstraint:0x8d684c0 V:[_UILayoutGuide: 0x8d49d60(0)]>", "<_UILayoutSupportConstraint:0x8d65880 V:|-(0)-[_UILayoutGuide: 0x8d49d60] (Names: '|':UIView:0x8d47260 )>", "<_UILayoutSupportConstraint:0x8d68120 V:[_UILayoutGuide: 0x8d4b5d0(0)]>", "<_UILayoutSupportConstraint:0x8d639f0 _UILayoutGuide: 0x8d4b5d0.bottom == UIView:0x8d47260.bottom>" )
superview Constraint constraintsWithVisualFormat:@"V:|[headerView]" options:0 metrics:metrics views:views]]; out outConstraint constraintsWithVisualFormat:@"|-padding-[headline]-padding-[imageView(imageEdge)]- ews:views]]; - spacing at least zero between the two outConstraint constraintsWithVisualFormat:@"V:|-padding-[headline]->=0-[byline]-padding-|" etrics:metrics views:views]]; spacing at least 15 between the two outConstraint constraintsWithVisualFormat:@"V:|-padding-[imageView(imageEdge)]->=padding-[button]- gnAllLeft | NSLayoutFormatAlignAllRight metrics:metrics views:views]];
list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSIBPrototypingLayoutConstraint:0x8c76860 UILabel: 0x8ca5c70.top == UIView:0x8c51d50.top + 255>", "<NSIBPrototypingLayoutConstraint:0x8c56ed0 UILabel: 0x8ca5c70.height == 21>", "<MASLayoutConstraint:0x8d841a0 UILabel: 0x8ca5c70.centerY == UIView:0x8c51d50.centerY>", "<NSAutoresizingMaskLayoutConstraint:0x8d84ad0 UIView: 0x8c51d50.height == 480>" )