File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments