Xcode 11 add new constraints set zero: use set value instead of default / standard

前端 未结 8 2250
日久生厌
日久生厌 2021-01-30 10:22

I used to use autolayout add new constraints to make simple constraints to superview / relative view like this (for loooong time):

However, recently after upda

8条回答
  •  天命终不由人
    2021-01-30 10:47

    While @matt workaround is working, I just want to add on that you can set it to 0.01 and then change it to 0, it won't change to the standard value again. Note: Xcode 11.3

提交回复
热议问题