Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created September 20, 2012 09:37
Show Gist options
  • Save onevcat/3754928 to your computer and use it in GitHub Desktop.
Save onevcat/3754928 to your computer and use it in GitHub Desktop.
add constraint
[NSLayoutConstraint constraintWithItem:button
attribute:NSLayoutAttributeBottom
relatedBy:NSLayoutRelationEqual
toItem:superview
attribute:NSLayoutAttributeBottom
multiplier:1.0
constant:-padding]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment