Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peterstuart/b7ce741ce79ddea8d45d to your computer and use it in GitHub Desktop.
Save peterstuart/b7ce741ce79ddea8d45d to your computer and use it in GitHub Desktop.
[self.window.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"|-[avatarView]-[optionalTextField]-[requiredTextField]-|" options:NSLayoutFormatAlignAllBottom metrics:nil views:views]];
[self.window.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|-[avatarView]-|" options:0 metrics:nil views:views]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment