diff --git a/DEMO.gif b/DEMO.gif index 1cd701a..34f4a17 100644 Binary files a/DEMO.gif and b/DEMO.gif differ diff --git a/README.md b/README.md index a13419c..ef8ba6f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ it, simply add the following line to your Podfile: Swift 4
```ruby -pod 'GrowingTextView', '~> 0.5.3' +pod 'GrowingTextView', '~> 0.5.4' ``` Swift 3
@@ -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* |