Skip to content

Instantly share code, notes, and snippets.

@ericcgu
Created April 6, 2015 21:01
Show Gist options
  • Save ericcgu/4741ab306e589ddd672f to your computer and use it in GitHub Desktop.
Save ericcgu/4741ab306e589ddd672f to your computer and use it in GitHub Desktop.
View
override func viewDidLoad() {
super.viewDidLoad()
backgroundImage.frame = CGRectMake(0, 0, view.bounds.width, view.bounds.height)
backgroundImage.contentMode = .ScaleAspectFill
view.addSubview(backgroundImage)
view.sendSubviewToBack(backgroundImage)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment