Skip to content

Commit

Permalink
Adjust Constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
André Schneider committed Jul 30, 2015
1 parent f4f8017 commit ccd43e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Popping/ButtonViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ - (void)addLabel
relatedBy:NSLayoutRelationEqual toItem:self.button
attribute:NSLayoutAttributeCenterY
multiplier:1
constant:0]];
constant:self.button.intrinsicContentSize.height]];

self.errorLabel.layer.transform = CATransform3DMakeScale(0.5f, 0.5f, 1.f);
self.errorLabel.layer.opacity = 0.0;
}

- (void)addActivityIndicatorView
Expand Down

0 comments on commit ccd43e1

Please sign in to comment.