Refreshing my self with Swift ... I want to center this button loginButton.center = self.view.center
at the bottom of the view. The current code centers the button perfectly horizontally and vertically..
I have tried messing around with CGPoints and subView's but have had no luck.