I had a question about Auto Layouts in Xcode. I've started to get the hang of this system and so far it is working pretty well. The only problem I am trying to solve is related to my UITextFields and UIButtons in my login screen. Currently, my auto layout constraints are set that the the textfield gets stretched out iPad. My ideal layout is to have the textfields be the same size as they are on iPhone and still centered on the iPad display... Please see accompanying screen shots for reference. I've tried many Interface Builder Constraint combination, but I cannot figure out the correct one? Any help would be appreciated.
Screen Shots
1. Current Auto Layout - i.stack.imgur.com/EABr6.png
2. Intended Auto Layout - i.stack.imgur.com/K2K0b.png
Thanks,