Skip to content

Instantly share code, notes, and snippets.

@k06a
Last active November 9, 2016 20:18
Show Gist options
  • Save k06a/7bc6ba333ab1d5c0657454a075988e36 to your computer and use it in GitHub Desktop.
Save k06a/7bc6ba333ab1d5c0657454a075988e36 to your computer and use it in GitHub Desktop.
Missing Anchors (1) on Medium.com
[statusBarBackground.edgesAnchor.withoutBottomAnchor constraintsEqualToConstant:UIEdgeInsetsZero].active = YES;
[statusBarBackground.heightAnchor constraintEqualToConstant:kStatusBarBackgroundHeight];
[commentLabel.centerYAnchor constraintEqualToAnchor:commentLabel.superView].active = YES;
[commentLabel.leadingAnchor.withTrailingAnchor constraintsLessThanOrEqualToConstant:UIEdgeInsetsMake(0, kCommentLeading, 0, kCommentTrailing)].active = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment