Skip to content

Instantly share code, notes, and snippets.

@tdkn
Last active November 20, 2016 13:51
Show Gist options
  • Save tdkn/1276bde3dfa4c1094b52c3ec59a56179 to your computer and use it in GitHub Desktop.
Save tdkn/1276bde3dfa4c1094b52c3ec59a56179 to your computer and use it in GitHub Desktop.
Sample of SnapKit
view.addSubview(label)
label.snp.makeConstraints { (make) in
make.size.equalTo(100)
make.center.equalToSuperview()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment