Views without any layout constraints may clip their content or overlap other views
Views without any layout constraints may clip their content or overlap other views
- Subject: Views without any layout constraints may clip their content or overlap other views
- From: Gabriel Zachmann via Cocoa-dev <email@hidden>
- Date: Mon, 23 Sep 2019 16:06:45 +0200
Recently, I am getting lots of warnings saying
"Views without any layout constraints may clip their content or overlap other
views"
when I build my screen saver.
In my case, I ons't think that warning is really important, since the GUI is
not resizable
(it's just an options pane in the screensavers section of system preferences).
I have googled , but could not find a good solution.
I found a post on stackoverflow , but the solution advertised there did not
work for me.
( They recommended to
Editor > Resolve Auto Layout Issues > Add Missing Constraints
but that made things worse in my case, I got many more warnings afterwards.)
I already tried adding constraints to some of the elements (views) that produce
a warning,
but then I get many other warnings, such as "Frame for ... will be different at
run time" or
"vertical position is ambiguous" , etc.)
Any ideas, what I can try?
Thanks a lot in advance.
Best regards, Gabriel
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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