Skip to content

Instantly share code, notes, and snippets.

@fadion
Created April 13, 2017 12:44
Show Gist options
  • Save fadion/c01ebd390d8dd41e6fabd9960417b2e6 to your computer and use it in GitHub Desktop.
Save fadion/c01ebd390d8dd41e6fabd9960417b2e6 to your computer and use it in GitHub Desktop.
let image = UIImageView()
view.addSubView(image)
image.snp.makeConstraints { make in
make.edges.equalToSuperView()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment