I have 2 text boxes that I have auto layout with. One works right because it doesn’t have constraints so I can set the text to hug. The other one will not work like that because it has constraints on the text and so it will not allow me to set it to hug, if I change it to hug it just goes back to fixed immediately.
The only way for me to fix it is to delete it and start again, but if I could remove the constraints I think that would fix it. I have a lot of items in my library that was imported so I don’t want to have to delete everything and recreate it from scratch, I should just be able to edit things and remove the constraints.