Skip to content

Instantly share code, notes, and snippets.

@LeeroyDing
Last active August 29, 2015 14:26
Show Gist options
  • Save LeeroyDing/611c2ded65201a1ea30d to your computer and use it in GitHub Desktop.
Save LeeroyDing/611c2ded65201a1ea30d to your computer and use it in GitHub Desktop.
constrain(iView, view, view.superview!) { i, v, s in
i.center == s.center
i.width == s.width / 2
v.top == s.top
v.bottom == i.top
v.height == s.height / 4
i.height == s.height / 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment