Skip to content

Commit

Permalink
Merge pull request #4 from natanrolnik/master
Browse files Browse the repository at this point in the history
Fixes a bug where placeholder label could be drawn in the wrong timing
  • Loading branch information
josipbernat committed Oct 2, 2014
2 parents a137903 + de95bce commit 2207280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CSGrowingTextView/CSGrowingTextView/CSGrowingTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ - (void)layoutSubviews {
[super layoutSubviews];

[self updateLayout];

[self updatePlaceholderFrame];
}

- (void)updateLayout {
Expand Down

0 comments on commit 2207280

Please sign in to comment.