Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Put default maxNumberOfLines back to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspinckaers committed Oct 13, 2013
1 parent c61f6e8 commit 422df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/HPGrowingTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ -(void)commonInitialiser

internalTextView.text = @"";

//[self setMaxNumberOfLines:3];
[self setMaxNumberOfLines:3];

[self setPlaceholderColor:[UIColor lightGrayColor]];
internalTextView.displayPlaceHolder = YES;
Expand Down

0 comments on commit 422df6b

Please sign in to comment.