now, this is the issue Xcode is giving me...
The leading constraint is missing refers to the right button: "Skip all tutorials
I tried:
Horizontal spacing constraint, greater than 0
this gives me another warning:
why would the initial warning not go away?? it now has a leading constraint and the new warning is addressing exactly what I just did: I gave the constraint a greater than standard space, which in that case I set to 0...
I managed to silence the new warning by setting the constraint's priority to 250 instead of 1000. but the initial warning remains:
Leading constraint is missing, which may cause overlapping with other views.
I have also tried to use the auto solution Xcode suggests when you click on the view controller. The auto solution does the exact same thing I did and the fixed leading and trailing constraints may cause clipping warning appears again.
What can I do to silence this warning, or what am I doing wrong? As you can see there are 2 other places in my project where there are similar storyboard warnings as well, I hope solving this helps me solve the other ones as well, but if you have any ideas just by seeing the warning, please let me know.
Edit:
here is the list of constraints for the right button: