Skip to content

Commit 94c3547

Browse files
committed
Sync with corrected "placeholder" word.
1 parent 4f192f5 commit 94c3547

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ override func viewDidLoad() {
7777
| ------------------------------ | ------------------- | ---------------------------------------- | ------------------------------- |
7878
| *maxLength* | Int | Maximum text length. Exceeded text will be trimmed. 0 means no limit. | *0* |
7979
| *trimWhiteSpaceWhenEndEditing* | Bool | Trim white space and new line characters when textview did end editing. | *true* |
80-
| *placeholder* | String? | PlaceHolder text. | *nil* |
81-
| *placeholderColor* | UIColor | PlaceHolder text color. | UIColor(white: 0.8, alpha: 1.0) |
82-
| *attributedPlaceHolder* | NSAttributedString? | Attributed PlaceHolder text. | *nil* |
80+
| *placeholder* | String? | Placeholder text. | *nil* |
81+
| *placeholderColor* | UIColor | Placeholder text color. | UIColor(white: 0.8, alpha: 1.0) |
82+
| *attributedPlaceholder* | NSAttributedString? | Attributed Placeholder text. | *nil* |
8383
| *minHeight* | CGFloat | Minimum height of textview. | *0.0* |
8484
| *maxHeight* | CGFloat | Maximum height of textview. | *0.0* |
8585

0 commit comments

Comments
 (0)