Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 3ff196b

Browse files
committed
Update readme
1 parent 8515e36 commit 3ff196b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Readme.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ SAMTextView *textView = [[SAMTextView alloc] initWithFrame:CGRectMake(20.0f, 20.
1212

1313
// Add a placeholder
1414
textView.placeholder = @"Type something…";
15-
16-
// Change the placeholder color
17-
textView.placeholderTextColor = [UIColor lightGrayColor];
1815
```
1916
20-
See the [header](SAMTextView/SAMTextView.h) for full documentation.
17+
For more advanced control of the placeholder, you can set the `attributedPlaceholder` property instead. See the [header](SAMTextView/SAMTextView.h) for full documentation.
2118
2219
## Installation
2320

0 commit comments

Comments
 (0)