Here is an error from my console concerning my auto layouts of some view components I have a view, with two subviews, a swipe view and an SMPageControl view.
Here are the constraint errors when I try to run the the app, still trying to understand autolayouts:
"<NSLayoutConstraint:0x814c820 V:|-(385)-[SMPageControl:0x81485b0] (Names: '|':UIView:0x8144be0 )>",
"<NSAutoresizingMaskLayoutConstraint:0x8152c60 h=--& v=--& V:[UIView:0x8144be0(460)]>",
"<NSLayoutConstraint:0x814a830 V:[SMPageControl:0x81485b0]-(>=116)-| (Names: '|':UIView:0x8144be0 )>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x814a830 V:[SMPageControl:0x81485b0]-(>=116)-| (Names: '|':UIView:0x8144be0 )>
Break on objc_exception_throw to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
---Thanks for any help!