Home > Software design >  Swift missing constraints
Swift missing constraints

Time:09-21

I have stacked a view has a stack of labels and a TableView in single stack view (as shown in the picture below), however it's giving me a constraints for the x and y position of the two views inside the main stack view. I tried adding constraints for both views but it didn't work.

enter image description here

Also, if your constraint has problems, you can see there is a red arrow, click it to see the error message. enter image description here

  • Related