0

I am new to xcode and I'm still trying to figure out how the controller and simulator works. I am using xcode beta 7.

If I try to center my text field and label in the controller, it looks shifted to the right in the simulator. How do I get it to center in the simulator? And, is there a view to preview what my screen will look like without constantly running the simulator?

And, how am I supposed to use the controller properly, if I don't know what the alignment is supposed to be under different formats?

enter image description here

TorontoUser
  • 111
  • 2
  • 10

1 Answers1

0

Use those Constraints:

  • Horizontal Center in Container
  • Vertical Center in Container.

enter image description here

Destiny
  • 171
  • 6