Skip to content

Instantly share code, notes, and snippets.

@janodev
Created August 16, 2016 12:53
Show Gist options
  • Save janodev/dd566c7b39183971618fa34657e1ae53 to your computer and use it in GitHub Desktop.
Save janodev/dd566c7b39183971618fa34657e1ae53 to your computer and use it in GitHub Desktop.
Layout the content
override func viewDidLoad()
{
super.viewDidLoad()
let size = view.bounds.size
preferrredContentSize = CGSize(width: size.width, height: size.width / 2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment