Search code examples
iosiphonexcodeios13swift5

zero to standard issue in any view's constraints


when I add constraints in Xcode add new constraints, all my 0 and negative 0 turns into standard and it gives some strange output when I set those constraints. How can I fix this?

Is this any new feature of Xcode or issue I don't know?

enter image description here


Solution


  • This is an issue from Xcode and they will resolve it in the next update. Beta version of this update is available on the Apple's website

    They have fixed a bug that prevented entering a 0 constant in the constraint popup editors. (54076090)