Skip to content

Commit

Permalink
Fixed placeholder label y position
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hurst committed Jun 11, 2015
1 parent c18cb3e commit 0d71d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSGrowingTextView/CSGrowingTextView/CSGrowingTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ - (void)updateLayout {
}

- (CGFloat)insetsValue {
return self.minimumNumberOfLines * (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1 ? -2.0 : -3.0);
return self.minimumNumberOfLines * (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1 ? -2.0 : 0.0);
}

- (void)updatePlaceholderFrame {
Expand Down

0 comments on commit 0d71d5e

Please sign in to comment.