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
I know that this is no solution, but for temporary solution to prevent you to go through every constraint, I just found out that you get the desired behaviour if you insert '-0' instead of '0', but you have to insert one constraint each time.