Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTsang committed Dec 17, 2017
1 parent 1bdf200 commit 99ada99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified DEMO.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it, simply add the following line to your Podfile:
Swift 4<br>

```ruby
pod 'GrowingTextView', '~> 0.5.3'
pod 'GrowingTextView', '~> 0.5.4'
```

Swift 3<br>
Expand Down Expand Up @@ -75,7 +75,6 @@ override func viewDidLoad() {
| *trimWhiteSpaceWhenEndEditing* | Bool | Trim white space and new line characters when textview did end editing. | *true* |
| *placeHolder* | String? | PlaceHolder text. | *nil* |
| *placeHolderColor* | UIColor | PlaceHolder text color. | UIColor(white: 0.8, alpha: 1.0) |
| *placeHolderLeftMargin* | CGFloat | Left margin of PlaceHolder text. | *5.0* |
| *attributedPlaceHolder* | NSAttributedString? | Attributed PlaceHolder text. | *nil* |
| *minHeight* | CGFloat | Minimum height of textview. | *0.0* |
| *maxHeight* | CGFloat | Maximum height of textview. | *0.0* |
Expand Down

0 comments on commit 99ada99

Please sign in to comment.