Re: Bothersome "NSView-Encapsulated-Layout-Height" constraint?
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com
On Aug 30, 2018, at 6:38 PM, Demitri Muna <cocoa-dev@demitri.com> wrote:
On Aug 30, 2018, at 9:23 PM, Quincey Morris <quinceymorris@rivergatesoftware.com> wrote:
“Encapsulated layout height” sounds like one of the constraints that IB adds to your layout when it’s under-constrained at design time. Are you adding the other constraints at run time?
I’m not adding any constraints at run time. IB isn’t reporting anything as under-constrained. I tried to add a height constraint to the NSTableCellView, but that constraint is greyed out (and I found would have conflicted with the NSView-Encapsulated-Layout-Height anyway).
The “NSView-Encapsulated-Layout” constraints are constraints that are added to represent views that are not laying out with auto layout but still need to be represented in the solution. Beyond that, I’m not familiar with the area that you are trying to resolve. HTH.
Thanks, Demitri
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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: https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
This email sent to david.duncan@apple.com
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
David Duncan