Skip to content

Commit 99ada99

Browse files
committed
Updated readme
1 parent 1bdf200 commit 99ada99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DEMO.gif

-392 KB
Loading

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ it, simply add the following line to your Podfile:
2222
Swift 4<br>
2323

2424
```ruby
25-
pod 'GrowingTextView', '~> 0.5.3'
25+
pod 'GrowingTextView', '~> 0.5.4'
2626
```
2727

2828
Swift 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* |

0 commit comments

Comments
 (0)