File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ it, simply add the following line to your Podfile:
2222Swift 4<br >
2323
2424``` ruby
25- pod ' GrowingTextView' , ' ~> 0.5.3 '
25+ pod ' GrowingTextView' , ' ~> 0.5.4 '
2626```
2727
2828Swift 3<br >
@@ -75,7 +75,6 @@ override func viewDidLoad() {
7575| * trimWhiteSpaceWhenEndEditing* | Bool | Trim white space and new line characters when textview did end editing. | * true* |
7676| * placeHolder* | String? | PlaceHolder text. | * nil* |
7777| * placeHolderColor* | UIColor | PlaceHolder text color. | UIColor(white: 0.8, alpha: 1.0) |
78- | * placeHolderLeftMargin* | CGFloat | Left margin of PlaceHolder text. | * 5.0* |
7978| * attributedPlaceHolder* | NSAttributedString? | Attributed PlaceHolder text. | * nil* |
8079| * minHeight* | CGFloat | Minimum height of textview. | * 0.0* |
8180| * maxHeight* | CGFloat | Maximum height of textview. | * 0.0* |
You can’t perform that action at this time.
0 commit comments