Constraints messing me up
问题 I have 5 buttons, aligned in the right side of the view. I have a method, that takes the frame of the sender (the button), creates a UIImageView with that frame, removes sender from superview and add the imageView at that location, and it works EXCEPT that those constraints mess me up. It seems like when i remove one of the buttons, it changes the size of all the others, and i cant explain why. I would love to simply just remove the auto-layout feature, but i would like to make the app for