Button Positions Trouble

Hi, hoping someone can help: I was adding constraints to my background and certain buttons. Somehow I messed with the positions of my labels/buttons and now the position of most items is all messed up. I’d like the labels and buttons to be where they were originally. How do I fix this?

If you have the storyboard still open in Xcode, you can use Undo (Command + Z) to undo your actions. If not, you can select a specific item on your storyboard and “Clear Constraints” via the “Resolve Auto Layout Issues” button on the Interface Builder bottom toolbar and then set up the constraints again.

If neither of the above work, you can always get the final project source from the previous chapter from the resources folder and start again?