Re: Arrgh IB constraints
Re: Arrgh IB constraints
- Subject: Re: Arrgh IB constraints
- From: Charles Srstka <email@hidden>
- Date: Sun, 08 Jul 2012 21:05:23 -0500
On Jul 8, 2012, at 8:43 PM, Rick Mann wrote:
> 2012-07-08 18:19:45.577 Console[49250:403] Unable to simultaneously satisfy constraints:
> (
> "<NSAutoresizingMaskLayoutConstraint:0x7fde9b83a160 h=--& v=--& H:[NSView:0x1029952d0(0)]>",
> "<NSLayoutConstraint:0x1029960a0 H:[NSTextField:0x7fde9b81fc10]-(79)-| (Names: '|':NSView:0x1029952d0 )>",
> "<NSLayoutConstraint:0x102995e80 H:|-(5)-[NSTextField:0x7fde9b81fc10] (Names: '|':NSView:0x1029952d0 )>"
> )
Actually for this, try giving the view a width constraint, but make it a “Greater Than Or Equal” constraint instead of a straight one. Then, if the system makes another width constraint for you, give that one a lower priority. You probably want to have a Greater Than Or Equal height constraint too, so that the view doesn’t get squished to the point of invisibility.
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden