Skip to content

Instantly share code, notes, and snippets.

@k06a
Created November 9, 2016 20:21
Show Gist options
  • Save k06a/4d33bbc6ac11bc5b0981a76f9dd55ad5 to your computer and use it in GitHub Desktop.
Save k06a/4d33bbc6ac11bc5b0981a76f9dd55ad5 to your computer and use it in GitHub Desktop.
Missing Anchors (3) on Medium.com
@[
@[
[statusBarBackground.edgesAnchor.withoutBottomAnchor constraintsEqualToConstant:UIEdgeInsetsZero],
[statusBarBackground.heightAnchor constraintEqualToConstant:kStatusBarBackgroundHeight],
],
@[
[commentLabel.centerYAnchor constraintEqualToAnchor:commentLabel.superView],
[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