Here's what I'm trying to achieve, I've created 3 pictures which do a better job describing what I want to do better than I ever could.
Here's what I want to do...
I want to keep "App Title" right where it is. I also have a UIImageView now that takes up the entire screen where the dark black is, and I want it to stay fixed like "App Title".
However on the first image when the user clicks "Create Account" I want to animate all those buttons left and off the screen, and then animate on the "Create Account" buttons from the right.
How can I do this.
Keep in mind I'm using storyboards and auto layout constraints. I've created the view in Picture #1. Now I need to figure out how to animate on the "Create Account" views. How can I do this, while keep using storyboards/IB and autolayout, and have it fit for all phones of course?
Just give you an example about how to do it
First I suggest you to use a contain view to contain your textfields and button.Then it become animate two contain view.
Drag the constraints of x position as outlet,in this demo,it is center x.Also drag the two contain view
Then in viewDidLoad,set the yellowView off the screen and set hidden to YES
When click,animate to show the yellow view